#206266

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

Shades of Blue Stone #206266

Tints of Blue Stone #206266

Color information

#206266 (or 0x206266) is unknown color: approx Blue Stone. HEX triplet: 20, 62 and 66. RGB value is (32,98,102). Sum of RGB (Red+Green+Blue) = 32+98+102=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #206266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206266 is #DF9D99. Grayscale: #4E4E4E. Windows color (decimal): -14654874 or 6709792. OLE color: 6709792.

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

Color convert

RGB3298102-
CMYK0.690.0400.6
HSL183.43º52.24%26.27%-
HSV(B)183.43º68.63%40%-
XYZ7.361014.11-
YUV78.72141.1394.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.79%
GREEN value IS 98 (38.67% from 255) = 42.24%
BLUE value IS 102 (40.23% from 255) = 43.97%
R=13.79%
G=42.24%
B=43.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32981020.690.0400.6183.4352.2426.27
Hex20626645403Cb7341a
Octal4014214610540742676432
Binary10000011000101100110100010110001111001011011111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206266; }

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

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

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

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

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

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

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

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