#206865

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

Shades of Blue Stone #206865

Tints of Blue Stone #206865

Color information

#206865 (or 0x206865) is unknown color: approx Blue Stone. HEX triplet: 20, 68 and 65. RGB value is (32,104,101). Sum of RGB (Red+Green+Blue) = 32+104+101=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #206865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206865 is #DF979A. Grayscale: #525252. Windows color (decimal): -14653339 or 6645792. OLE color: 6645792.

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

Color convert

RGB32104101-
CMYK0.6900.030.59
HSL177.5º52.94%26.67%-
HSV(B)177.5º69.23%40.78%-
XYZ7.8911.1514.05-
YUV82.13138.6592.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.50%
GREEN value IS 104 (41.02% from 255) = 43.88%
BLUE value IS 101 (39.84% from 255) = 42.62%
R=13.50%
G=43.88%
B=42.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal321041010.6900.030.59177.552.9426.67
Hex20686545033Bb2351b
Octal4015014510503732626533
Binary1000001101000110010110001010111110111011001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206865; }

 p { color: rgb(32,104,101); }

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

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

 a { background-color: rgb(32,104,101); }

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

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

 span { border-color: rgb(32,104,101); }

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