Html Css Color HEX #061401 Myrtle

📋 copy color: '#061401'

red 6 ◦ green 20 ◦ blue 1

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

Shades of Myrtle #061401

Tints of Myrtle #061401

RGB

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

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

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

R = 22.22%
G = 74.07%
B = 3.7%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#061401 (or 0x061401) is known color: Myrtle. HEX triplet: 06, 14 and 01. RGB value is (6,20,1). Sum of RGB (Red+Green+Blue) = 6+20+1=27 (3% of max value = 765). Red value is 6 (2.73% from 255 or 22.22% from 27); Green value is 20 (8.20% from 255 or 74.07% from 27); Blue value is 1 (0.78% from 255 or 3.70% from 27); Max value from RGB is 20 - color contains mainly: green. Hex color #061401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061401 is #F9EBFE. Grayscale: #0D0D0D. Windows color (decimal): -16378879 or 70662. OLE color: 70662.

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

Color convert

RGB 6 20 1 -
CMYK 0.70 0 0.95 0.92
HSL 104.21º 0.9% 0.04% -
HSV(B) 104.21º 0.95% 0.08% -
XYZ 0.33 0.54 0.12 -
YUV 13.65 120.86 122.54 -
System Red Green Blue C M Y K H S L
Decimal 6 20 1 0.70 0 0.95 0.92 104.21 0.9 0.04
Hex 6 14 1 46 0 5F 5C 68 5A 4
Octal 6 24 1 106 0 137 134 150 132 4
Binary 110 10100 1 1000110 0 1011111 1011100 1101000 1011010 100

Color Harmonies of #061401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061401

Black with #061401

Text Example


Text Example

White with #061401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061401; }

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

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

background-color css

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

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

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

border-color css

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

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

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