Html Css Color HEX #066546 Watercourse

📋 copy color: '#066546'

red 6 ◦ green 101 ◦ blue 70

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

Shades of Watercourse #066546

Tints of Watercourse #066546

RGB

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

 GREEN value IS 101 (39.84% from 255) = 57.06%

 BLUE value IS 70 (27.73% from 255) = 39.55%

R = 3.39%
G = 57.06%
B = 39.55%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#066546 (or 0x066546) is known color: Watercourse. HEX triplet: 06, 65 and 46. RGB value is (6,101,70). Sum of RGB (Red+Green+Blue) = 6+101+70=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 101 (39.84% from 255 or 57.06% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 101 - color contains mainly: green. Hex color #066546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066546 is #F99AB9. Grayscale: #454545. Windows color (decimal): -16358074 or 4613382. OLE color: 4613382.

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

Color convert

RGB 6 101 70 -
CMYK 0.94 0 0.31 0.60
HSL 160.42º 0.89% 0.21% -
HSV(B) 160.42º 0.94% 0.4% -
XYZ 5.83 9.79 7.38 -
YUV 69.06 128.53 83.02 -
System Red Green Blue C M Y K H S L
Decimal 6 101 70 0.94 0 0.31 0.60 160.42 0.89 0.21
Hex 6 65 46 5E 0 1F 3C A0 59 15
Octal 6 145 106 136 0 37 74 240 131 25
Binary 110 1100101 1000110 1011110 0 11111 111100 10100000 1011001 10101

Color Harmonies of #066546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066546

Black with #066546

Text Example


Text Example

White with #066546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066546; }

 p { color: rgb(6,101,70); }

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

background-color css

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

 a { background-color: rgb(6,101,70); }

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

border-color css

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

 span { border-color: rgb(6,101,70); }

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