Html Css Color HEX #066049 Watercourse

📋 copy color: '#066049'

red 6 ◦ green 96 ◦ blue 73

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

Shades of Watercourse #066049

Tints of Watercourse #066049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 54.86%

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

R = 3.43%
G = 54.86%
B = 41.71%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#066049 (or 0x066049) is known color: Watercourse. HEX triplet: 06, 60 and 49. RGB value is (6,96,73). Sum of RGB (Red+Green+Blue) = 6+96+73=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 96 (37.89% from 255 or 54.86% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 96 - color contains mainly: green. Hex color #066049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066049 is #F99FB6. Grayscale: #424242. Windows color (decimal): -16359351 or 4808710. OLE color: 4808710.

HSL color Cylindrical-coordinate representation of color #066049: hue angle of 164.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066049 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 96 73 -
CMYK 0.94 0 0.24 0.62
HSL 164.67º 0.88% 0.2% -
HSV(B) 164.67º 0.94% 0.38% -
XYZ 5.46 8.89 7.73 -
YUV 66.47 131.68 84.87 -
System Red Green Blue C M Y K H S L
Decimal 6 96 73 0.94 0 0.24 0.62 164.67 0.88 0.2
Hex 6 60 49 5E 0 18 3E A5 58 14
Octal 6 140 111 136 0 30 76 245 130 24
Binary 110 1100000 1001001 1011110 0 11000 111110 10100101 1011000 10100

Color Harmonies of #066049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066049

Black with #066049

Text Example


Text Example

White with #066049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066049; }

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

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

background-color css

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

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

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

border-color css

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

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

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