#206568

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

Shades of Blue Stone #206568

Tints of Blue Stone #206568

Color information

#206568 (or 0x206568) is unknown color: approx Blue Stone. HEX triplet: 20, 65 and 68. RGB value is (32,101,104). Sum of RGB (Red+Green+Blue) = 32+101+104=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #206568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206568 is #DF9A97. Grayscale: #505050. Windows color (decimal): -14654104 or 6841632. OLE color: 6841632.

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

Color convert

RGB32101104-
CMYK0.690.0300.59
HSL182.5º52.94%26.67%-
HSV(B)182.5º69.23%40.78%-
XYZ7.7510.6114.74-
YUV80.71141.1493.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.50%
GREEN value IS 101 (39.84% from 255) = 42.62%
BLUE value IS 104 (41.02% from 255) = 43.88%
R=13.50%
G=42.62%
B=43.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal321011040.690.0300.59182.552.9426.67
Hex20656845303Bb6351b
Octal4014515010530732666533
Binary1000001100101110100010001011101110111011011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206568; }

 p { color: rgb(32,101,104); }

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

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

 a { background-color: rgb(32,101,104); }

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

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

 span { border-color: rgb(32,101,104); }

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