Html Css Color HEX #063301 Myrtle

📋 copy color: '#063301'

red 6 ◦ green 51 ◦ blue 1

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

Shades of Myrtle #063301

Tints of Myrtle #063301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 87.93%

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

R = 10.34%
G = 87.93%
B = 1.72%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.98

 K value IS 0.8

RGB Variations

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

Color information

#063301 (or 0x063301) is known color: Myrtle. HEX triplet: 06, 33 and 01. RGB value is (6,51,1). Sum of RGB (Red+Green+Blue) = 6+51+1=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 51 (20.31% from 255 or 87.93% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 51 - color contains mainly: green. Hex color #063301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063301 is #F9CCFE. Grayscale: #202020. Windows color (decimal): -16370943 or 78598. OLE color: 78598.

HSL color Cylindrical-coordinate representation of color #063301: hue angle of 114º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063301 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.8.

Color convert

RGB 6 51 1 -
CMYK 0.88 0 0.98 0.8
HSL 114º 0.96% 0.1% -
HSV(B) 114º 0.98% 0.2% -
XYZ 1.26 2.41 0.43 -
YUV 31.85 110.59 109.57 -
System Red Green Blue C M Y K H S L
Decimal 6 51 1 0.88 0 0.98 0.8 114 0.96 0.1
Hex 6 33 1 58 0 62 50 72 60 A
Octal 6 63 1 130 0 142 120 162 140 12
Binary 110 110011 1 1011000 0 1100010 1010000 1110010 1100000 1010

Color Harmonies of #063301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063301

Black with #063301

Text Example


Text Example

White with #063301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063301; }

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

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

background-color css

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

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

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

border-color css

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

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

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