Html Css Color HEX #066A4C Watercourse

📋 copy color: '#066A4C'

red 6 ◦ green 106 ◦ blue 76

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

Shades of Watercourse #066A4C

Tints of Watercourse #066A4C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 56.38%

 BLUE value IS 76 (30.08% from 255) = 40.43%

R = 3.19%
G = 56.38%
B = 40.43%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#066A4C (or 0x066A4C) is known color: Watercourse. HEX triplet: 06, 6A and 4C. RGB value is (6,106,76). Sum of RGB (Red+Green+Blue) = 6+106+76=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 106 (41.80% from 255 or 56.38% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 106 - color contains mainly: green. Hex color #066A4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066A4C is #F995B3. Grayscale: #484848. Windows color (decimal): -16356788 or 5007878. OLE color: 5007878.

HSL color Cylindrical-coordinate representation of color #066A4C: hue angle of 162º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066A4C is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 106 76 -
CMYK 0.94 0 0.28 0.58
HSL 162º 0.89% 0.22% -
HSV(B) 162º 0.94% 0.42% -
XYZ 6.53 10.87 8.59 -
YUV 72.68 129.87 80.44 -
System Red Green Blue C M Y K H S L
Decimal 6 106 76 0.94 0 0.28 0.58 162 0.89 0.22
Hex 6 6A 4C 5E 0 1C 3A A2 59 16
Octal 6 152 114 136 0 34 72 242 131 26
Binary 110 1101010 1001100 1011110 0 11100 111010 10100010 1011001 10110

Color Harmonies of #066A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066A4C

Black with #066A4C

Text Example


Text Example

White with #066A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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