#206963

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

Shades of Blue Stone #206963

Tints of Blue Stone #206963

Color information

#206963 (or 0x206963) is unknown color: approx Blue Stone. HEX triplet: 20, 69 and 63. RGB value is (32,105,99). Sum of RGB (Red+Green+Blue) = 32+105+99=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #206963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206963 is #DF969C. Grayscale: #525252. Windows color (decimal): -14653085 or 6514976. OLE color: 6514976.

HSL color Cylindrical-coordinate representation of color #206963: hue angle of 175.07º 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 #206963 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB3210599-
CMYK0.7000.060.59
HSL175.07º53.28%26.86%-
HSV(B)175.07º69.52%41.18%-
XYZ7.911.3113.57-
YUV82.49137.3291.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.56%
GREEN value IS 105 (41.41% from 255) = 44.49%
BLUE value IS 99 (39.06% from 255) = 41.95%
R=13.56%
G=44.49%
B=41.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32105990.7000.060.59175.0753.2826.86
Hex20696346063Baf351b
Octal4015114310606732576533
Binary10000011010011100011100011001101110111010111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206963; }

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

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

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

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

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

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

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

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