#206966

Color #206966 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #206966

Tints of Blue Stone #206966

Color information

#206966 (or 0x206966) is unknown color: approx Blue Stone. HEX triplet: 20, 69 and 66. RGB value is (32,105,102). Sum of RGB (Red+Green+Blue) = 32+105+102=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #206966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206966 is #DF9699. Grayscale: #525252. Windows color (decimal): -14653082 or 6711584. OLE color: 6711584.

HSL color Cylindrical-coordinate representation of color #206966: hue angle of 177.53º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206966 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB32105102-
CMYK0.7000.030.59
HSL177.53º53.28%26.86%-
HSV(B)177.53º69.52%41.18%-
XYZ8.0511.3714.34-
YUV82.83138.8291.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.39%
GREEN value IS 105 (41.41% from 255) = 43.93%
BLUE value IS 102 (40.23% from 255) = 42.68%
R=13.39%
G=43.93%
B=42.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal321051020.7000.030.59177.5353.2826.86
Hex20696646033Bb2351b
Octal4015114610603732626533
Binary1000001101001110011010001100111110111011001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206966; }

 p { color: rgb(32,105,102); }

 H1.HeaderClassName
 {
   color: #206966;
 }
 .AnyTagClassName
 {
   color: #206966;
 }
</style>
background-color css

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

 a { background-color: rgb(32,105,102); }

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

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

 span { border-color: rgb(32,105,102); }

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