Html Css Color HEX #061302 Myrtle

📋 copy color: '#061302'

red 6 ◦ green 19 ◦ blue 2

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

Shades of Myrtle #061302

Tints of Myrtle #061302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 70.37%

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

R = 22.22%
G = 70.37%
B = 7.41%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#061302 (or 0x061302) is known color: Myrtle. HEX triplet: 06, 13 and 02. RGB value is (6,19,2). Sum of RGB (Red+Green+Blue) = 6+19+2=27 (3% of max value = 765). Red value is 6 (2.73% from 255 or 22.22% from 27); Green value is 19 (7.81% from 255 or 70.37% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 19 - color contains mainly: green. Hex color #061302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061302 is #F9ECFD. Grayscale: #0D0D0D. Windows color (decimal): -16379134 or 135942. OLE color: 135942.

HSL color Cylindrical-coordinate representation of color #061302: hue angle of 105.88º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #061302 is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB 6 19 2 -
CMYK 0.68 0 0.89 0.93
HSL 105.88º 0.81% 0.04% -
HSV(B) 105.88º 0.89% 0.07% -
XYZ 0.32 0.51 0.14 -
YUV 13.18 121.69 122.88 -
System Red Green Blue C M Y K H S L
Decimal 6 19 2 0.68 0 0.89 0.93 105.88 0.81 0.04
Hex 6 13 2 44 0 59 5D 6A 51 4
Octal 6 23 2 104 0 131 135 152 121 4
Binary 110 10011 10 1000100 0 1011001 1011101 1101010 1010001 100

Color Harmonies of #061302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061302

Black with #061302

Text Example


Text Example

White with #061302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061302; }

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

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

background-color css

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

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

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

border-color css

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

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

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