#066048

Color #066048 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #066048

Tints of Watercourse #066048

Color information

#066048 (or 0x066048) is unknown color: approx 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

RGB69672-
CMYK0.9400.250.62
HSL164º88.24%20%-
HSV(B)164º93.75%37.65%-
XYZ5.438.877.56-
YUV66.35131.1884.95-

RGB Variations

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

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 (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal696720.9400.250.6216488.2420
Hex660485E0193Ea45814
Octal61401101360317624413024
Binary11011000001001000101111001100111111010100100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>