Html Css Color HEX #060400 Black

📋 copy color: '#060400'

red 6 ◦ green 4 ◦ blue 0

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

Shades of Black #060400

Tints of Black #060400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 40%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60%
G = 40%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.98

RGB Variations

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

Color information

#060400 (or 0x060400) is known color: Black. HEX triplet: 06, 04 and 00. RGB value is (6,4,0). Sum of RGB (Red+Green+Blue) = 6+4+0=10 (1% of max value = 765). Red value is 6 (2.73% from 255 or 60% from 10); Green value is 4 (1.95% from 255 or 40% from 10); Blue value is 0 (0.39% from 255 or 0% from 10); Max value from RGB is 6 - color contains mainly: red. Hex color #060400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060400 is #F9FBFF. Grayscale: #040404. Windows color (decimal): -16382976 or 1030. OLE color: 1030.

HSL color Cylindrical-coordinate representation of color #060400: hue angle of 40º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060400 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.98.

Color convert

RGB 6 4 0 -
CMYK 0 0.33 1 0.98
HSL 40º 1% 0.01% -
HSV(B) 40º 1% 0.02% -
XYZ 0.12 0.13 0.02 -
YUV 4.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 6 4 0 0 0.33 1 0.98 40 1 0.01
Hex 6 4 0 0 21 64 62 28 64 1
Octal 6 4 0 0 41 144 142 50 144 1
Binary 110 100 0 0 100001 1100100 1100010 101000 1100100 1

Color Harmonies of #060400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060400

Black with #060400

Text Example


Text Example

White with #060400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060400; }

 p { color: rgb(6,4,0); }

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

background-color css

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

 a { background-color: rgb(6,4,0); }

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

border-color css

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

 span { border-color: rgb(6,4,0); }

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