Html Css Color HEX #060100 Black

📋 copy color: '#060100'

red 6 ◦ green 1 ◦ blue 0

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

Shades of Black #060100

Tints of Black #060100

RGB

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

 GREEN value IS 1 (0.78% from 255) = 14.29%

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

R = 85.71%
G = 14.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.98

RGB Variations

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

Color information

#060100 (or 0x060100) is known color: Black. HEX triplet: 06, 01 and 00. RGB value is (6,1,0). Sum of RGB (Red+Green+Blue) = 6+1+0=7 (0% of max value = 765). Red value is 6 (2.73% from 255 or 85.71% from 7); Green value is 1 (0.78% from 255 or 14.29% from 7); Blue value is 0 (0.39% from 255 or 0% from 7); Max value from RGB is 6 - color contains mainly: red. Hex color #060100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060100 is #F9FEFF. Grayscale: #020202. Windows color (decimal): -16383744 or 262. OLE color: 262.

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

Color convert

RGB 6 1 0 -
CMYK 0 0.83 1 0.98
HSL 10º 1% 0.01% -
HSV(B) 10º 1% 0.02% -
XYZ 0.09 0.06 0.01 -
YUV 2.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 6 1 0 0 0.83 1 0.98 10 1 0.01
Hex 6 1 0 0 53 64 62 A 64 1
Octal 6 1 0 0 123 144 142 12 144 1
Binary 110 1 0 0 1010011 1100100 1100010 1010 1100100 1

Color Harmonies of #060100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060100

Black with #060100

Text Example


Text Example

White with #060100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060100; }

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

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

background-color css

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

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

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

border-color css

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

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

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