Html Css Color HEX #062801 Myrtle

📋 copy color: '#062801'

red 6 ◦ green 40 ◦ blue 1

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

Shades of Myrtle #062801

Tints of Myrtle #062801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 85.11%

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

R = 12.77%
G = 85.11%
B = 2.13%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#062801 (or 0x062801) is known color: Myrtle. HEX triplet: 06, 28 and 01. RGB value is (6,40,1). Sum of RGB (Red+Green+Blue) = 6+40+1=47 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.77% from 47); Green value is 40 (16.02% from 255 or 85.11% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 40 - color contains mainly: green. Hex color #062801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062801 is #F9D7FE. Grayscale: #191919. Windows color (decimal): -16373759 or 75782. OLE color: 75782.

HSL color Cylindrical-coordinate representation of color #062801: hue angle of 112.31º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #062801 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 6 40 1 -
CMYK 0.85 0 0.98 0.84
HSL 112.31º 0.95% 0.08% -
HSV(B) 112.31º 0.98% 0.16% -
XYZ 0.84 1.56 0.29 -
YUV 25.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 6 40 1 0.85 0 0.98 0.84 112.31 0.95 0.08
Hex 6 28 1 55 0 62 54 70 5F 8
Octal 6 50 1 125 0 142 124 160 137 10
Binary 110 101000 1 1010101 0 1100010 1010100 1110000 1011111 1000

Color Harmonies of #062801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062801

Black with #062801

Text Example


Text Example

White with #062801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062801; }

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

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

background-color css

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

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

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

border-color css

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

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

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