#206765

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

Shades of Blue Stone #206765

Tints of Blue Stone #206765

Color information

#206765 (or 0x206765) is unknown color: approx Blue Stone. HEX triplet: 20, 67 and 65. RGB value is (32,103,101). Sum of RGB (Red+Green+Blue) = 32+103+101=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 103 - color contains mainly: green. Hex color #206765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206765 is #DF989A. Grayscale: #515151. Windows color (decimal): -14653595 or 6645536. OLE color: 6645536.

HSL color Cylindrical-coordinate representation of color #206765: hue angle of 178.31º degrees, saturation: 0.53, 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 #206765 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB32103101-
CMYK0.6900.020.60
HSL178.31º52.59%26.47%-
HSV(B)178.31º68.93%40.39%-
XYZ7.7910.9514.01-
YUV81.54138.9892.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.56%
GREEN value IS 103 (40.62% from 255) = 43.64%
BLUE value IS 101 (39.84% from 255) = 42.80%
R=13.56%
G=43.64%
B=42.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal321031010.6900.020.60178.3152.5926.47
Hex20676545023Cb2351a
Octal4014714510502742626532
Binary1000001100111110010110001010101111001011001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206765; }

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

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

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

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

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

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

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

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