#066848

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

Shades of Watercourse #066848

Tints of Watercourse #066848

Color information

#066848 (or 0x066848) is unknown color: approx Watercourse. HEX triplet: 06, 68 and 48. RGB value is (6,104,72). Sum of RGB (Red+Green+Blue) = 6+104+72=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 104 (41.02% from 255 or 57.14% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 104 - color contains mainly: green. Hex color #066848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066848 is #F997B7. Grayscale: #474747. Windows color (decimal): -16357304 or 4745222. OLE color: 4745222.

HSL color Cylindrical-coordinate representation of color #066848: hue angle of 160.41º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066848 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB610472-
CMYK0.9400.310.59
HSL160.41º89.09%21.57%-
HSV(B)160.41º94.23%40.78%-
XYZ6.210.417.81-
YUV71.05128.5381.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.30%
GREEN value IS 104 (41.02% from 255) = 57.14%
BLUE value IS 72 (28.52% from 255) = 39.56%
R=3.30%
G=57.14%
B=39.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6104720.9400.310.59160.4189.0921.57
Hex668485E01F3Ba05916
Octal61501101360377324013126
Binary11011010001001000101111001111111101110100000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066848; }

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

 H1.HeaderClassName
 {
   color: #066848;
 }
 .AnyTagClassName
 {
   color: #066848;
 }
</style>
background-color css

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

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

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

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

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

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