Html Css Color HEX #066655 Watercourse

📋 copy color: '#066655'

red 6 ◦ green 102 ◦ blue 85

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

Shades of Watercourse #066655

Tints of Watercourse #066655

RGB

 RED value IS 6 (2.73% from 255) = 3.11%

 GREEN value IS 102 (40.23% from 255) = 52.85%

 BLUE value IS 85 (33.59% from 255) = 44.04%

R = 3.11%
G = 52.85%
B = 44.04%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#066655 (or 0x066655) is known color: Watercourse. HEX triplet: 06, 66 and 55. RGB value is (6,102,85). Sum of RGB (Red+Green+Blue) = 6+102+85=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #066655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066655 is #F999AA. Grayscale: #474747. Windows color (decimal): -16357803 or 5596678. OLE color: 5596678.

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

Color convert

RGB 6 102 85 -
CMYK 0.94 0 0.17 0.6
HSL 169.38º 0.89% 0.21% -
HSV(B) 169.38º 0.94% 0.4% -
XYZ 6.47 10.2 10.22 -
YUV 71.36 135.7 81.38 -
System Red Green Blue C M Y K H S L
Decimal 6 102 85 0.94 0 0.17 0.6 169.38 0.89 0.21
Hex 6 66 55 5E 0 11 3C A9 59 15
Octal 6 146 125 136 0 21 74 251 131 25
Binary 110 1100110 1010101 1011110 0 10001 111100 10101001 1011001 10101

Color Harmonies of #066655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066655

Black with #066655

Text Example


Text Example

White with #066655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066655; }

 p { color: rgb(6,102,85); }

 H1.HeaderClassName
 {
   color: #066655;
 }
 .AnyTagClassName
 {
   color: #066655;
 }
</style>

background-color css

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

 a { background-color: rgb(6,102,85); }

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

border-color css

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

 span { border-color: rgb(6,102,85); }

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