#206763

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

Shades of Blue Stone #206763

Tints of Blue Stone #206763

Color information

#206763 (or 0x206763) is unknown color: approx Blue Stone. HEX triplet: 20, 67 and 63. RGB value is (32,103,99). Sum of RGB (Red+Green+Blue) = 32+103+99=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 103 - color contains mainly: green. Hex color #206763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206763 is #DF989C. Grayscale: #515151. Windows color (decimal): -14653597 or 6514464. OLE color: 6514464.

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

Color convert

RGB3210399-
CMYK0.6900.040.60
HSL176.62º52.59%26.47%-
HSV(B)176.62º68.93%40.39%-
XYZ7.710.9113.5-
YUV81.32137.9892.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.68%
GREEN value IS 103 (40.62% from 255) = 44.02%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=13.68%
G=44.02%
B=42.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32103990.6900.040.60176.6252.5926.47
Hex20676345043Cb1351a
Octal4014714310504742616532
Binary10000011001111100011100010101001111001011000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206763; }

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

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

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

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

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

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

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

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