COLOR #06177D

HEX: #06177D
RGB: (6,23,125)

Renk bilgisi

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

RGB renk modeli

#06177D color RGB value is (6,23,125).

  • kırmız ton 6;
  • yeşil ton 23;
  • mavi ton 125.
RGB:
(6,23,125)
(2%,9%,49%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 23 of 255 = 9%
B 125 of 255 = 49%

6
23
125

R + G + B ~ 20%. #06177D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 23 + 125 = 154 (100%)
R 6 of 154 ~ 3.9%
G 23 of 154 ~ 14.94%
B 125 of 154 ~ 81.17%

%14.94
%81.17

CMYK RENK MODELİ

#06177D rengi CMYK tonu (95,82,0,51).

  • camgöbeği tonu 95.20%
  • eflatun tonu 81.60%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(95,82,0,51)
C95M82Y0K51 
(95%,82%,0%,51%)
(0.95/0.82/0.00/0.51)	

CMYK yüzdeleri

%95.2
%81.6
%0
%50.98

Codes

Color #06177D in popluar color models

06177D
RGB623125
HSL231°90.84%25.69%
HSB/HSV231°95.20%49.02%
CMYK95.20%81.60%0.00%
50.98%

Color #06177D in popluar number systems.

HEX06177D
Decimal623125
Binary110101111111101
Octal627175

Shades and tints

Shades of #06177D

#06177D
(6,23,125)
#061572
(6,21,114)
#061367
(6,19,103)
#06115C
(6,17,92)
#060F51
(6,15,81)
#060D46
(6,13,70)
#060B3B
(6,11,59)
#060930
(6,9,48)
#060725
(6,7,37)
#06051A
(6,5,26)
#06030F
(6,3,15)
#000000
(0,0,0)

Tints of #06177D

#06177D
(6,23,125)
#1C2C88
(28,44,136)
#324193
(50,65,147)
#48569E
(72,86,158)
#5E6BA9
(94,107,169)
#7480B4
(116,128,180)
#8A95BF
(138,149,191)
#A0AACA
(160,170,202)
#B6BFD5
(182,191,213)
#CCD4E0
(204,212,224)
#E2E9EB
(226,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06177D color. Also use rgb(6,23,125) instead hex code.

Text Font Color

.myTextColor { color: #06177D; }

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

This text font color is #06177D.


Background Color

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

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

This div background color is #06177D.


Border color

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

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

This div border color is #06177D.


Opacity

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

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

Text with #06177D 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 #06177D;}

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

This text has shadow with #06177D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06177D on black background.


Color preview on white background

This text has color #06177D on white background.



Black color preview on #06177D background

This text has black color on #06177D background.


White color preview on #06177D background

This text has white color on #06177D background.