#206769

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

Shades of Blue Stone #206769

Tints of Blue Stone #206769

Color information

#206769 (or 0x206769) is unknown color: approx Blue Stone. HEX triplet: 20, 67 and 69. RGB value is (32,103,105). Sum of RGB (Red+Green+Blue) = 32+103+105=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #206769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206769 is #DF9896. Grayscale: #515151. Windows color (decimal): -14653591 or 6907680. OLE color: 6907680.

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

Color convert

RGB32103105-
CMYK0.700.0200.59
HSL181.64º53.28%26.86%-
HSV(B)181.64º69.52%41.18%-
XYZ811.0315.07-
YUV82140.9892.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.33%
GREEN value IS 103 (40.62% from 255) = 42.92%
BLUE value IS 105 (41.41% from 255) = 43.75%
R=13.33%
G=42.92%
B=43.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal321031050.700.0200.59181.6453.2826.86
Hex20676946203Bb6351b
Octal4014715110620732666533
Binary1000001100111110100110001101001110111011011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206769; }

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

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

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

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

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

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

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

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