#206864

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

Shades of Blue Stone #206864

Tints of Blue Stone #206864

Color information

#206864 (or 0x206864) is unknown color: approx Blue Stone. HEX triplet: 20, 68 and 64. RGB value is (32,104,100). Sum of RGB (Red+Green+Blue) = 32+104+100=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #206864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206864 is #DF979B. Grayscale: #515151. Windows color (decimal): -14653340 or 6580256. OLE color: 6580256.

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

Color convert

RGB32104100-
CMYK0.6900.040.59
HSL176.67º52.94%26.67%-
HSV(B)176.67º69.23%40.78%-
XYZ7.8511.1313.79-
YUV82.02138.1592.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.56%
GREEN value IS 104 (41.02% from 255) = 44.07%
BLUE value IS 100 (39.45% from 255) = 42.37%
R=13.56%
G=44.07%
B=42.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal321041000.6900.040.59176.6752.9426.67
Hex20686445043Bb1351b
Octal4015014410504732616533
Binary10000011010001100100100010101001110111011000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206864; }

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

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

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

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

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

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

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

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