Html Css Color HEX #066048 Watercourse

📋 copy color: '#066048'

red 6 ◦ green 96 ◦ blue 72

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

Shades of Watercourse #066048

Tints of Watercourse #066048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 41.38%

R = 3.45%
G = 55.17%
B = 41.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#066048 (or 0x066048) is known color: Watercourse. HEX triplet: 06, 60 and 48. RGB value is (6,96,72). Sum of RGB (Red+Green+Blue) = 6+96+72=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #066048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066048 is #F99FB7. Grayscale: #424242. Windows color (decimal): -16359352 or 4743174. OLE color: 4743174.

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

Color convert

RGB 6 96 72 -
CMYK 0.94 0 0.25 0.62
HSL 164º 0.88% 0.2% -
HSV(B) 164º 0.94% 0.38% -
XYZ 5.43 8.87 7.56 -
YUV 66.35 131.18 84.95 -
System Red Green Blue C M Y K H S L
Decimal 6 96 72 0.94 0 0.25 0.62 164 0.88 0.2
Hex 6 60 48 5E 0 19 3E A4 58 14
Octal 6 140 110 136 0 31 76 244 130 24
Binary 110 1100000 1001000 1011110 0 11001 111110 10100100 1011000 10100

Color Harmonies of #066048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066048

Black with #066048

Text Example


Text Example

White with #066048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066048; }

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

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

background-color css

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

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

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

border-color css

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

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

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