COLOR #06156D

HEX: #06156D
RGB: (6,21,109)

Renk bilgisi

#06156D contains mainly blue color. #06156D ‘ nin web güvenlik rengi #000066 (ya da #006) dir.

RGB renk modeli

#06156D color RGB value is (6,21,109).

  • kırmız ton 6;
  • yeşil ton 21;
  • mavi ton 109.
RGB:
(6,21,109)
(2%,8%,43%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 21 of 255 = 8%
B 109 of 255 = 43%

6
21
109

R + G + B ~ 18%. #06156D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 21 + 109 = 136 (100%)
R 6 of 136 ~ 4.41%
G 21 of 136 ~ 15.44%
B 109 of 136 ~ 80.15%

%15.44
%80.15

CMYK RENK MODELİ

#06156D rengi CMYK tonu (94,81,0,57).

  • camgöbeği tonu 94.50%
  • eflatun tonu 80.73%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(94,81,0,57)
C94M81Y0K57 
(94%,81%,0%,57%)
(0.94/0.81/0.00/0.57)	

CMYK yüzdeleri

%94.5
%80.73
%0
%57.25

Codes

Color #06156D in popluar color models

06156D
RGB621109
HSL231°89.57%22.55%
HSB/HSV231°94.50%42.75%
CMYK94.50%80.73%0.00%
57.25%

Color #06156D in popluar number systems.

HEX06156D
Decimal621109
Binary110101011101101
Octal625155

Shades and tints

Shades of #06156D

#06156D
(6,21,109)
#061464
(6,20,100)
#06135B
(6,19,91)
#061252
(6,18,82)
#061149
(6,17,73)
#061040
(6,16,64)
#060F37
(6,15,55)
#060E2E
(6,14,46)
#060D25
(6,13,37)
#060C1C
(6,12,28)
#060B13
(6,11,19)
#000000
(0,0,0)

Tints of #06156D

#06156D
(6,21,109)
#1C2A7A
(28,42,122)
#323F87
(50,63,135)
#485494
(72,84,148)
#5E69A1
(94,105,161)
#747EAE
(116,126,174)
#8A93BB
(138,147,187)
#A0A8C8
(160,168,200)
#B6BDD5
(182,189,213)
#CCD2E2
(204,210,226)
#E2E7EF
(226,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06156D color. Also use rgb(6,21,109) instead hex code.

Text Font Color

.myTextColor { color: #06156D; }

<p style="color:#06156D">This sample text font color is #06156D.</p>

This text font color is #06156D.


Background Color

.myBgColor { background-color: #06156D; }

<div style="background-color:#06156D">Inner text</div>

This div background color is #06156D.


Border color

.myBorderColor { border: 1px solid #06156D; }

<div style="border:3px solid #06156D">Div</div>

This div border color is #06156D.


Opacity

.myOpacity80 { color: #06156D; opacity: 0.8; }

<p style="color:#06156D;opacity:0.8;">80%</p>

Text with #06156D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #06156D;}

<p style="text-shadow: 3px 3px 1px #06156D">Text here.</p>

This text has shadow with #06156D color.

.textShadow {text-shadow: 3px 3px 1px #06156D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #06156D, 5px 5px 20px red">Text here.</p>

This text has shadow with #06156D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06156D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#06156D, Direction=45, Strength=4)">Text</p>

This text has shadow with #06156D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #06156D;
  -webkit-box-shadow:	1px 1px 3px 2px #06156D;
  box-shadow:		1px 1px 3px 2px #06156D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06156D;
-webkit-box-shadow: 1px 1px 3px 2px #06156D;
box-shadow:1px 1px 3px 2px #06156D;">
Div content here</div>
This div box has shadow with color #06156D.

Preview

Color preview on black background

This text has color #06156D on black background.


Color preview on white background

This text has color #06156D on white background.



Black color preview on #06156D background

This text has black color on #06156D background.


White color preview on #06156D background

This text has white color on #06156D background.