Html Css Color HEX #062201 Myrtle

📋 copy color: '#062201'

red 6 ◦ green 34 ◦ blue 1

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

Shades of Myrtle #062201

Tints of Myrtle #062201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 82.93%

 BLUE value IS 1 (0.78% from 255) = 2.44%

R = 14.63%
G = 82.93%
B = 2.44%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#062201 (or 0x062201) is known color: Myrtle. HEX triplet: 06, 22 and 01. RGB value is (6,34,1). Sum of RGB (Red+Green+Blue) = 6+34+1=41 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.63% from 41); Green value is 34 (13.67% from 255 or 82.93% from 41); Blue value is 1 (0.78% from 255 or 2.44% from 41); Max value from RGB is 34 - color contains mainly: green. Hex color #062201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062201 is #F9DDFE. Grayscale: #151515. Windows color (decimal): -16375295 or 74246. OLE color: 74246.

HSL color Cylindrical-coordinate representation of color #062201: hue angle of 110.91º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062201 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB 6 34 1 -
CMYK 0.82 0 0.97 0.87
HSL 110.91º 0.94% 0.07% -
HSV(B) 110.91º 0.97% 0.13% -
XYZ 0.65 1.18 0.22 -
YUV 21.87 116.22 116.68 -
System Red Green Blue C M Y K H S L
Decimal 6 34 1 0.82 0 0.97 0.87 110.91 0.94 0.07
Hex 6 22 1 52 0 61 57 6F 5E 7
Octal 6 42 1 122 0 141 127 157 136 7
Binary 110 100010 1 1010010 0 1100001 1010111 1101111 1011110 111

Color Harmonies of #062201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062201

Black with #062201

Text Example


Text Example

White with #062201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062201; }

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

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

background-color css

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

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

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

border-color css

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

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

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