#206063

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

Shades of Blue Stone #206063

Tints of Blue Stone #206063

Color information

#206063 (or 0x206063) is unknown color: approx Blue Stone. HEX triplet: 20, 60 and 63. RGB value is (32,96,99). Sum of RGB (Red+Green+Blue) = 32+96+99=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #206063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206063 is #DF9F9C. Grayscale: #4D4D4D. Windows color (decimal): -14655389 or 6512672. OLE color: 6512672.

HSL color Cylindrical-coordinate representation of color #206063: hue angle of 182.69º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206063 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB329699-
CMYK0.680.0300.61
HSL182.69º51.15%25.69%-
HSV(B)182.69º67.68%38.82%-
XYZ7.039.5713.28-
YUV77.21140.395.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.10%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 99 (39.06% from 255) = 43.61%
R=14.10%
G=42.29%
B=43.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3296990.680.0300.61182.6951.1525.69
Hex20606344303Db7331a
Octal4014014310430752676332
Binary1000001100000110001110001001101111011011011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206063; }

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

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

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

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

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

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

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

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