Html Css Color HEX #066544 Jewel

📋 copy color: '#066544'

red 6 ◦ green 101 ◦ blue 68

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

Shades of Jewel #066544

Tints of Jewel #066544

RGB

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

 GREEN value IS 101 (39.84% from 255) = 57.71%

 BLUE value IS 68 (26.95% from 255) = 38.86%

R = 3.43%
G = 57.71%
B = 38.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.33

 K value IS 0.60

RGB Variations

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

Color information

#066544 (or 0x066544) is known color: Jewel. HEX triplet: 06, 65 and 44. RGB value is (6,101,68). Sum of RGB (Red+Green+Blue) = 6+101+68=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 101 (39.84% from 255 or 57.71% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 101 - color contains mainly: green. Hex color #066544 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066544 is #F99ABB. Grayscale: #444444. Windows color (decimal): -16358076 or 4482310. OLE color: 4482310.

HSL color Cylindrical-coordinate representation of color #066544: hue angle of 159.16º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066544 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.

Color convert

RGB 6 101 68 -
CMYK 0.94 0 0.33 0.60
HSL 159.16º 0.89% 0.21% -
HSV(B) 159.16º 0.94% 0.4% -
XYZ 5.77 9.76 7.05 -
YUV 68.83 127.53 83.18 -
System Red Green Blue C M Y K H S L
Decimal 6 101 68 0.94 0 0.33 0.60 159.16 0.89 0.21
Hex 6 65 44 5E 0 21 3C 9F 59 15
Octal 6 145 104 136 0 41 74 237 131 25
Binary 110 1100101 1000100 1011110 0 100001 111100 10011111 1011001 10101

Color Harmonies of #066544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066544

Black with #066544

Text Example


Text Example

White with #066544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066544; }

 p { color: rgb(6,101,68); }

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

background-color css

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

 a { background-color: rgb(6,101,68); }

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

border-color css

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

 span { border-color: rgb(6,101,68); }

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