Html Css Color HEX #06604C Watercourse

📋 copy color: '#06604C'

red 6 ◦ green 96 ◦ blue 76

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

Shades of Watercourse #06604C

Tints of Watercourse #06604C

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.7%

R = 3.37%
G = 53.93%
B = 42.7%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#06604C (or 0x06604C) is known color: 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

RGB 6 96 76 -
CMYK 0.94 0 0.21 0.62
HSL 166.67º 0.88% 0.2% -
HSV(B) 166.67º 0.94% 0.38% -
XYZ 5.56 8.93 8.27 -
YUV 66.81 133.18 84.63 -
System Red Green Blue C M Y K H S L
Decimal 6 96 76 0.94 0 0.21 0.62 166.67 0.88 0.2
Hex 6 60 4C 5E 0 15 3E A7 58 14
Octal 6 140 114 136 0 25 76 247 130 24
Binary 110 1100000 1001100 1011110 0 10101 111110 10100111 1011000 10100

Color Harmonies of #06604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06604C

Black with #06604C

Text Example


Text Example

White with #06604C

Text Example


Text Example

HTML Codes & Css Web 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>