Html Css Color HEX #066549 Watercourse

📋 copy color: '#066549'

red 6 ◦ green 101 ◦ blue 73

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

Shades of Watercourse #066549

Tints of Watercourse #066549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 40.56%

R = 3.33%
G = 56.11%
B = 40.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#066549 (or 0x066549) is known color: Watercourse. HEX triplet: 06, 65 and 49. RGB value is (6,101,73). Sum of RGB (Red+Green+Blue) = 6+101+73=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 101 (39.84% from 255 or 56.11% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 101 - color contains mainly: green. Hex color #066549 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066549 is #F99AB6. Grayscale: #454545. Windows color (decimal): -16358071 or 4809990. OLE color: 4809990.

HSL color Cylindrical-coordinate representation of color #066549: hue angle of 162.32º 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 #066549 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 6 101 73 -
CMYK 0.94 0 0.28 0.60
HSL 162.32º 0.89% 0.21% -
HSV(B) 162.32º 0.94% 0.4% -
XYZ 5.93 9.83 7.89 -
YUV 69.4 130.03 82.78 -
System Red Green Blue C M Y K H S L
Decimal 6 101 73 0.94 0 0.28 0.60 162.32 0.89 0.21
Hex 6 65 49 5E 0 1C 3C A2 59 15
Octal 6 145 111 136 0 34 74 242 131 25
Binary 110 1100101 1001001 1011110 0 11100 111100 10100010 1011001 10101

Color Harmonies of #066549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066549

Black with #066549

Text Example


Text Example

White with #066549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066549; }

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

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

background-color css

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

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

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

border-color css

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

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

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