Html Css Color HEX #060004 Melanzane

📋 copy color: '#060004'

red 6 ◦ green 0 ◦ blue 4

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

Shades of Melanzane #060004

Tints of Melanzane #060004

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.98

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #060004: hue angle of 320º 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 #060004 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.98.

Color convert

RGB 6 0 4 -
CMYK 0 1 0.33 0.98
HSL 320º 1% 0.01% -
HSV(B) 320º 1% 0.02% -
XYZ 0.1 0.05 0.12 -
YUV 2.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 6 0 4 0 1 0.33 0.98 320 1 0.01
Hex 6 0 4 0 64 21 62 140 64 1
Octal 6 0 4 0 144 41 142 500 144 1
Binary 110 0 100 0 1100100 100001 1100010 101000000 1100100 1

Color Harmonies of #060004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060004

Black with #060004

Text Example


Text Example

White with #060004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060004; }

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

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

background-color css

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

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

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

border-color css

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

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

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