COLOR #06090C

HEX: #06090C
RGB: (6,9,12)

Renk bilgisi

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

RGB renk modeli

#06090C color RGB value is (6,9,12).

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

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 9 of 255 = 4%
B 12 of 255 = 5%

6
9
12

R + G + B ~ 4%. #06090C is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 9 + 12 = 27 (100%)
R 6 of 27 ~ 22.22%
G 9 of 27 ~ 33.33%
B 12 of 27 ~ 44.44%

%22.22
%33.33
%44.44

CMYK RENK MODELİ

#06090C rengi CMYK tonu (50,25,0,95).

  • camgöbeği tonu 50.00%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 95.29%
CMYK:
(50,25,0,95)
C50M25Y0K95 
(50%,25%,0%,95%)
(0.50/0.25/0.00/0.95)	

CMYK yüzdeleri

%50
%25
%0
%95.29

Codes

Color #06090C in popluar color models

06090C
RGB6912
HSL210°33.33%3.53%
HSB/HSV210°50.00%4.71%
CMYK50.00%25.00%0.00%
95.29%

Color #06090C in popluar number systems.

HEX06090C
Decimal6912
Binary11010011100
Octal61114

Shades and tints

Shades of #06090C

#06090C
(6,9,12)
#06090B
(6,9,11)
#06090A
(6,9,10)
#060909
(6,9,9)
#060908
(6,9,8)
#060907
(6,9,7)
#060906
(6,9,6)
#060905
(6,9,5)
#060904
(6,9,4)
#060903
(6,9,3)
#060902
(6,9,2)
#000000
(0,0,0)

Tints of #06090C

#06090C
(6,9,12)
#1C1F22
(28,31,34)
#323538
(50,53,56)
#484B4E
(72,75,78)
#5E6164
(94,97,100)
#74777A
(116,119,122)
#8A8D90
(138,141,144)
#A0A3A6
(160,163,166)
#B6B9BC
(182,185,188)
#CCCFD2
(204,207,210)
#E2E5E8
(226,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06090C; }

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

This text font color is #06090C.


Background Color

.myBgColor { background-color: #06090C; }

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

This div background color is #06090C.


Border color

.myBorderColor { border: 1px solid #06090C; }

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

This div border color is #06090C.


Opacity

.myOpacity80 { color: #06090C; opacity: 0.8; }

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

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

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

This text has shadow with #06090C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06090C on black background.


Color preview on white background

This text has color #06090C on white background.



Black color preview on #06090C background

This text has black color on #06090C background.


White color preview on #06090C background

This text has white color on #06090C background.