#206466

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

Shades of Blue Stone #206466

Tints of Blue Stone #206466

Color information

#206466 (or 0x206466) is unknown color: approx Blue Stone. HEX triplet: 20, 64 and 66. RGB value is (32,100,102). Sum of RGB (Red+Green+Blue) = 32+100+102=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 102 - color contains mainly: blue. Hex color #206466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206466 is #DF9B99. Grayscale: #4F4F4F. Windows color (decimal): -14654362 or 6710304. OLE color: 6710304.

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

Color convert

RGB32100102-
CMYK0.690.0200.6
HSL181.71º52.24%26.27%-
HSV(B)181.71º68.63%40%-
XYZ7.5510.3814.18-
YUV79.9140.4793.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.68%
GREEN value IS 100 (39.45% from 255) = 42.74%
BLUE value IS 102 (40.23% from 255) = 43.59%
R=13.68%
G=42.74%
B=43.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal321001020.690.0200.6181.7152.2426.27
Hex20646645203Cb6341a
Octal4014414610520742666432
Binary1000001100100110011010001011001111001011011011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206466; }

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

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

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

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

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

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

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

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