Html Css Color HEX #061C01 Myrtle

📋 copy color: '#061C01'

red 6 ◦ green 28 ◦ blue 1

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

Shades of Myrtle #061C01

Tints of Myrtle #061C01

RGB

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

 GREEN value IS 28 (11.33% from 255) = 80%

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

R = 17.14%
G = 80%
B = 2.86%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.96

 K value IS 0.89

RGB Variations

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

Color information

#061C01 (or 0x061C01) is known color: Myrtle. HEX triplet: 06, 1C and 01. RGB value is (6,28,1). Sum of RGB (Red+Green+Blue) = 6+28+1=35 (4% of max value = 765). Red value is 6 (2.73% from 255 or 17.14% from 35); Green value is 28 (11.33% from 255 or 80% from 35); Blue value is 1 (0.78% from 255 or 2.86% from 35); Max value from RGB is 28 - color contains mainly: green. Hex color #061C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061C01 is #F9E3FE. Grayscale: #121212. Windows color (decimal): -16376831 or 72710. OLE color: 72710.

HSL color Cylindrical-coordinate representation of color #061C01: hue angle of 108.89º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061C01 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.

Color convert

RGB 6 28 1 -
CMYK 0.79 0 0.96 0.89
HSL 108.89º 0.93% 0.06% -
HSV(B) 108.89º 0.96% 0.11% -
XYZ 0.5 0.87 0.17 -
YUV 18.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 6 28 1 0.79 0 0.96 0.89 108.89 0.93 0.06
Hex 6 1C 1 4F 0 60 59 6D 5D 6
Octal 6 34 1 117 0 140 131 155 135 6
Binary 110 11100 1 1001111 0 1100000 1011001 1101101 1011101 110

Color Harmonies of #061C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061C01

Black with #061C01

Text Example


Text Example

White with #061C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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