#206669

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

Shades of Blue Stone #206669

Tints of Blue Stone #206669

Color information

#206669 (or 0x206669) is unknown color: approx Blue Stone. HEX triplet: 20, 66 and 69. RGB value is (32,102,105). Sum of RGB (Red+Green+Blue) = 32+102+105=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #206669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206669 is #DF9996. Grayscale: #515151. Windows color (decimal): -14653847 or 6907424. OLE color: 6907424.

HSL color Cylindrical-coordinate representation of color #206669: hue angle of 182.47º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206669 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB32102105-
CMYK0.700.0300.59
HSL182.47º53.28%26.86%-
HSV(B)182.47º69.52%41.18%-
XYZ7.910.8315.04-
YUV81.41141.3192.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.39%
GREEN value IS 102 (40.23% from 255) = 42.68%
BLUE value IS 105 (41.41% from 255) = 43.93%
R=13.39%
G=42.68%
B=43.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal321021050.700.0300.59182.4753.2826.86
Hex20666946303Bb6351b
Octal4014615110630732666533
Binary1000001100110110100110001101101110111011011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206669; }

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

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

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

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

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

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

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

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