#206D63

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

Shades of Blue Stone #206D63

Tints of Blue Stone #206D63

Color information

#206D63 (or 0x206D63) is unknown color: approx Blue Stone. HEX triplet: 20, 6D and 63. RGB value is (32,109,99). Sum of RGB (Red+Green+Blue) = 32+109+99=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 109 - color contains mainly: green. Hex color #206D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206D63 is #DF929C. Grayscale: #545454. Windows color (decimal): -14652061 or 6516000. OLE color: 6516000.

HSL color Cylindrical-coordinate representation of color #206D63: hue angle of 172.21º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206D63 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB3210999-
CMYK0.7100.090.57
HSL172.21º54.61%27.65%-
HSV(B)172.21º70.64%42.75%-
XYZ8.3212.1513.71-
YUV84.84135.9990.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.33%
GREEN value IS 109 (42.97% from 255) = 45.42%
BLUE value IS 99 (39.06% from 255) = 41.25%
R=13.33%
G=45.42%
B=41.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32109990.7100.090.57172.2154.6127.65
Hex206D63470939ac371c
Octal40155143107011712546734
Binary100000110110111000111000111010011110011010110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206D63; }

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

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

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

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

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

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

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

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