#066748

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

Shades of Watercourse #066748

Tints of Watercourse #066748

Color information

#066748 (or 0x066748) is unknown color: approx Watercourse. HEX triplet: 06, 67 and 48. RGB value is (6,103,72). Sum of RGB (Red+Green+Blue) = 6+103+72=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 103 (40.62% from 255 or 56.91% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 103 - color contains mainly: green. Hex color #066748 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066748 is #F998B7. Grayscale: #464646. Windows color (decimal): -16357560 or 4744966. OLE color: 4744966.

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

Color convert

RGB610372-
CMYK0.9400.300.60
HSL160.82º88.99%21.37%-
HSV(B)160.82º94.17%40.39%-
XYZ6.110.217.78-
YUV70.46128.8682.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.31%
GREEN value IS 103 (40.62% from 255) = 56.91%
BLUE value IS 72 (28.52% from 255) = 39.78%
R=3.31%
G=56.91%
B=39.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6103720.9400.300.60160.8288.9921.37
Hex667485E01E3Ca15915
Octal61471101360367424113125
Binary11011001111001000101111001111011110010100001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066748; }

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

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

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

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

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

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

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

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