Html Css Color HEX #06080C Black Russian

📋 copy color: '#06080C'

red 6 ◦ green 8 ◦ blue 12

#06080C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #06080C

Tints of Black Russian #06080C

RGB

 RED value IS 6 (2.73% from 255) = 23.08%

 GREEN value IS 8 (3.52% from 255) = 30.77%

 BLUE value IS 12 (5.08% from 255) = 46.15%

R = 23.08%
G = 30.77%
B = 46.15%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.95

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#06080C (or 0x06080C) is known color: Black Russian. HEX triplet: 06, 08 and 0C. RGB value is (6,8,12). Sum of RGB (Red+Green+Blue) = 6+8+12=26 (3% of max value = 765). Red value is 6 (2.73% from 255 or 23.08% from 26); Green value is 8 (3.52% from 255 or 30.77% from 26); Blue value is 12 (5.08% from 255 or 46.15% from 26); Max value from RGB is 12 - color contains mainly: blue. Hex color #06080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06080C is #F9F7F3. Grayscale: #070707. Windows color (decimal): -16381940 or 788486. OLE color: 788486.

HSL color Cylindrical-coordinate representation of color #06080C: hue angle of 220º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #06080C is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 6 8 12 -
CMYK 0.50 0.33 0 0.95
HSL 220º 0.33% 0.04% -
HSV(B) 220º 0.5% 0.05% -
XYZ 0.23 0.24 0.38 -
YUV 7.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 6 8 12 0.50 0.33 0 0.95 220 0.33 0.04
Hex 6 8 C 32 21 0 5F DC 21 4
Octal 6 10 14 62 41 0 137 334 41 4
Binary 110 1000 1100 110010 100001 0 1011111 11011100 100001 100

Color Harmonies of #06080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06080C

Black with #06080C

Text Example


Text Example

White with #06080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06080C; }

 p { color: rgb(6,8,12); }

 H1.HeaderClassName
 {
   color: #06080C;
 }
 .AnyTagClassName
 {
   color: #06080C;
 }
</style>

background-color css

<style>
 a { background-color: #06080C; }

 a { background-color: rgb(6,8,12); }

 div.DivClassName
 {
   background-color: #06080C;
 }
 .BgClassName
 {
   background-color: #06080C;
 }
</style>

border-color css

<style>
 span { border-color: #06080C; }

 span { border-color: rgb(6,8,12); }

 td.TdClassName
 {
   border-color: #06080C;
 }
 .TagClassName
 {
   border-color: #06080C;
 }
</style>