#206363

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

Shades of Blue Stone #206363

Tints of Blue Stone #206363

Color information

#206363 (or 0x206363) is unknown color: approx Blue Stone. HEX triplet: 20, 63 and 63. RGB value is (32,99,99). Sum of RGB (Red+Green+Blue) = 32+99+99=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #206363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206363 is #DF9C9C. Grayscale: #4E4E4E. Windows color (decimal): -14654621 or 6513440. OLE color: 6513440.

HSL color Cylindrical-coordinate representation of color #206363: hue angle of 180º 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 #206363 is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB329999-
CMYK0.68000.61
HSL180º51.15%25.69%-
HSV(B)180º67.68%38.82%-
XYZ7.3110.1313.37-
YUV78.97139.394.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.91%
GREEN value IS 99 (39.06% from 255) = 43.04%
BLUE value IS 99 (39.06% from 255) = 43.04%
R=13.91%
G=43.04%
B=43.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3299990.68000.6118051.1525.69
Hex20636344003Db4331a
Octal4014314310400752646332
Binary100000110001111000111000100001111011011010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206363; }

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

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

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

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

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

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

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

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