#206060

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

Shades of Blue Stone #206060

Tints of Blue Stone #206060

Color information

#206060 (or 0x206060) is unknown color: approx Blue Stone. HEX triplet: 20, 60 and 60. RGB value is (32,96,96). Sum of RGB (Red+Green+Blue) = 32+96+96=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #206060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206060 is #DF9F9F. Grayscale: #4C4C4C. Windows color (decimal): -14655392 or 6316064. OLE color: 6316064.

HSL color Cylindrical-coordinate representation of color #206060: hue angle of 180º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #206060 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB329696-
CMYK0.67000.62
HSL180º50%25.1%-
HSV(B)180º66.67%37.65%-
XYZ6.899.5212.54-
YUV76.86138.896-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.29%
GREEN value IS 96 (37.89% from 255) = 42.86%
BLUE value IS 96 (37.89% from 255) = 42.86%
R=14.29%
G=42.86%
B=42.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3296960.67000.621805025.1
Hex20606043003Eb43219
Octal4014014010300762646231
Binary100000110000011000001000011001111101011010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206060; }

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

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

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

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

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

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

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

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