Html Css Color HEX #061402 Myrtle

📋 copy color: '#061402'

red 6 ◦ green 20 ◦ blue 2

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

Shades of Myrtle #061402

Tints of Myrtle #061402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 71.43%

 BLUE value IS 2 (1.17% from 255) = 7.14%

R = 21.43%
G = 71.43%
B = 7.14%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#061402 (or 0x061402) is known color: Myrtle. HEX triplet: 06, 14 and 02. RGB value is (6,20,2). Sum of RGB (Red+Green+Blue) = 6+20+2=28 (3% of max value = 765). Red value is 6 (2.73% from 255 or 21.43% from 28); Green value is 20 (8.20% from 255 or 71.43% from 28); Blue value is 2 (1.17% from 255 or 7.14% from 28); Max value from RGB is 20 - color contains mainly: green. Hex color #061402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061402 is #F9EBFD. Grayscale: #0D0D0D. Windows color (decimal): -16378878 or 136198. OLE color: 136198.

HSL color Cylindrical-coordinate representation of color #061402: hue angle of 106.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #061402 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB 6 20 2 -
CMYK 0.70 0 0.90 0.92
HSL 106.67º 0.82% 0.04% -
HSV(B) 106.67º 0.9% 0.08% -
XYZ 0.34 0.54 0.14 -
YUV 13.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 6 20 2 0.70 0 0.90 0.92 106.67 0.82 0.04
Hex 6 14 2 46 0 5A 5C 6B 52 4
Octal 6 24 2 106 0 132 134 153 122 4
Binary 110 10100 10 1000110 0 1011010 1011100 1101011 1010010 100

Color Harmonies of #061402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061402

Black with #061402

Text Example


Text Example

White with #061402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061402; }

 p { color: rgb(6,20,2); }

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

background-color css

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

 a { background-color: rgb(6,20,2); }

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

border-color css

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

 span { border-color: rgb(6,20,2); }

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