#206660

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

Shades of Blue Stone #206660

Tints of Blue Stone #206660

Color information

#206660 (or 0x206660) is unknown color: approx Blue Stone. HEX triplet: 20, 66 and 60. RGB value is (32,102,96). Sum of RGB (Red+Green+Blue) = 32+102+96=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 102 - color contains mainly: green. Hex color #206660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206660 is #DF999F. Grayscale: #505050. Windows color (decimal): -14653856 or 6317600. OLE color: 6317600.

HSL color Cylindrical-coordinate representation of color #206660: hue angle of 174.86º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206660 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB3210296-
CMYK0.6900.060.6
HSL174.86º52.24%26.27%-
HSV(B)174.86º68.63%40%-
XYZ7.4610.6512.73-
YUV80.39136.8193.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.91%
GREEN value IS 102 (40.23% from 255) = 44.35%
BLUE value IS 96 (37.89% from 255) = 41.74%
R=13.91%
G=44.35%
B=41.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32102960.6900.060.6174.8652.2426.27
Hex20666045063Caf341a
Octal4014614010506742576432
Binary10000011001101100000100010101101111001010111111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206660; }

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

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

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

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

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

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

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

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