#206066

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

Shades of Blue Stone #206066

Tints of Blue Stone #206066

Color information

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

HSL color Cylindrical-coordinate representation of color #206066: hue angle of 185.14º 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 #206066 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3296102-
CMYK0.690.0600.6
HSL185.14º52.24%26.27%-
HSV(B)185.14º68.63%40%-
XYZ7.189.6314.05-
YUV77.55141.895.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32961020.690.0600.6185.1452.2426.27
Hex20606645603Cb9341a
Octal4014014610560742716432
Binary10000011000001100110100010111001111001011100111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206066; }

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

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

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

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

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

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

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

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