COLOR #060209

HEX: #060209
RGB: (6,2,9)

Renk bilgisi

#060209 contains red, green and blue colors in about the same proportion. #060209 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#060209 color RGB value is (6,2,9).

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

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 2 of 255 = 1%
B 9 of 255 = 4%

6
2
9

R + G + B ~ 2%. #060209 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 2 + 9 = 17 (100%)
R 6 of 17 ~ 35.29%
G 2 of 17 ~ 11.76%
B 9 of 17 ~ 52.94%

%35.29
%11.76
%52.94

CMYK RENK MODELİ

#060209 rengi CMYK tonu (33,78,0,96).

  • camgöbeği tonu 33.33%
  • eflatun tonu 77.78%
  • sarı tonu 0.00%
  • ana renk tonu 96.47%
CMYK:
(33,78,0,96)
C33M78Y0K96 
(33%,78%,0%,96%)
(0.33/0.78/0.00/0.96)	

CMYK yüzdeleri

%33.33
%77.78
%0
%96.47

Codes

Color #060209 in popluar color models

060209
RGB629
HSL274°63.64%2.16%
HSB/HSV274°77.78%3.53%
CMYK33.33%77.78%0.00%
96.47%

Color #060209 in popluar number systems.

HEX060209
Decimal629
Binary110101001
Octal6211

Shades and tints

Tints of #060209

#060209
(6,2,9)
#1C191F
(28,25,31)
#323035
(50,48,53)
#48474B
(72,71,75)
#5E5E61
(94,94,97)
#747577
(116,117,119)
#8A8C8D
(138,140,141)
#A0A3A3
(160,163,163)
#B6BAB9
(182,186,185)
#CCD1CF
(204,209,207)
#E2E8E5
(226,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060209 color. Also use rgb(6,2,9) instead hex code.

Text Font Color

.myTextColor { color: #060209; }

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

This text font color is #060209.


Background Color

.myBgColor { background-color: #060209; }

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

This div background color is #060209.


Border color

.myBorderColor { border: 1px solid #060209; }

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

This div border color is #060209.


Opacity

.myOpacity80 { color: #060209; opacity: 0.8; }

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

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

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

This text has shadow with #060209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060209 on black background.


Color preview on white background

This text has color #060209 on white background.



Black color preview on #060209 background

This text has black color on #060209 background.


White color preview on #060209 background

This text has white color on #060209 background.