Html Css Color HEX #066652 Watercourse

📋 copy color: '#066652'

red 6 ◦ green 102 ◦ blue 82

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

Shades of Watercourse #066652

Tints of Watercourse #066652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 43.16%

R = 3.16%
G = 53.68%
B = 43.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#066652 (or 0x066652) is known color: Watercourse. HEX triplet: 06, 66 and 52. RGB value is (6,102,82). Sum of RGB (Red+Green+Blue) = 6+102+82=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 102 (40.23% from 255 or 53.68% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 102 - color contains mainly: green. Hex color #066652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066652 is #F999AD. Grayscale: #474747. Windows color (decimal): -16357806 or 5400070. OLE color: 5400070.

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

Color convert

RGB 6 102 82 -
CMYK 0.94 0 0.20 0.6
HSL 167.5º 0.89% 0.21% -
HSV(B) 167.5º 0.94% 0.4% -
XYZ 6.35 10.15 9.61 -
YUV 71.02 134.2 81.63 -
System Red Green Blue C M Y K H S L
Decimal 6 102 82 0.94 0 0.20 0.6 167.5 0.89 0.21
Hex 6 66 52 5E 0 14 3C A8 59 15
Octal 6 146 122 136 0 24 74 250 131 25
Binary 110 1100110 1010010 1011110 0 10100 111100 10101000 1011001 10101

Color Harmonies of #066652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066652

Black with #066652

Text Example


Text Example

White with #066652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066652; }

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

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

background-color css

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

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

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

border-color css

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

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

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