#06604C

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

Shades of Watercourse #06604C

Tints of Watercourse #06604C

Color information

#06604C (or 0x06604C) is unknown color: approx Watercourse. HEX triplet: 06, 60 and 4C. RGB value is (6,96,76). Sum of RGB (Red+Green+Blue) = 6+96+76=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #06604C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06604C is #F99FB3. Grayscale: #424242. Windows color (decimal): -16359348 or 5005318. OLE color: 5005318.

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

Color convert

RGB69676-
CMYK0.9400.210.62
HSL166.67º88.24%20%-
HSV(B)166.67º93.75%37.65%-
XYZ5.568.938.27-
YUV66.81133.1884.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.37%
GREEN value IS 96 (37.89% from 255) = 53.93%
BLUE value IS 76 (30.08% from 255) = 42.70%
R=3.37%
G=53.93%
B=42.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal696760.9400.210.62166.6788.2420
Hex6604C5E0153Ea75814
Octal61401141360257624713024
Binary11011000001001100101111001010111111010100111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06604C; }

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

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

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

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

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

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

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

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