Html Css Color HEX #066653 Watercourse

📋 copy color: '#066653'

red 6 ◦ green 102 ◦ blue 83

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

Shades of Watercourse #066653

Tints of Watercourse #066653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.46%

R = 3.14%
G = 53.4%
B = 43.46%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#066653 (or 0x066653) is known color: Watercourse. HEX triplet: 06, 66 and 53. RGB value is (6,102,83). Sum of RGB (Red+Green+Blue) = 6+102+83=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #066653 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066653 is #F999AC. Grayscale: #474747. Windows color (decimal): -16357805 or 5465606. OLE color: 5465606.

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

Color convert

RGB 6 102 83 -
CMYK 0.94 0 0.19 0.6
HSL 168.13º 0.89% 0.21% -
HSV(B) 168.13º 0.94% 0.4% -
XYZ 6.39 10.17 9.81 -
YUV 71.13 134.7 81.54 -
System Red Green Blue C M Y K H S L
Decimal 6 102 83 0.94 0 0.19 0.6 168.13 0.89 0.21
Hex 6 66 53 5E 0 13 3C A8 59 15
Octal 6 146 123 136 0 23 74 250 131 25
Binary 110 1100110 1010011 1011110 0 10011 111100 10101000 1011001 10101

Color Harmonies of #066653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066653

Black with #066653

Text Example


Text Example

White with #066653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066653; }

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

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

background-color css

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

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

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

border-color css

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

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

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