#206261

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

Shades of Blue Stone #206261

Tints of Blue Stone #206261

Color information

#206261 (or 0x206261) is unknown color: approx Blue Stone. HEX triplet: 20, 62 and 61. RGB value is (32,98,97). Sum of RGB (Red+Green+Blue) = 32+98+97=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #206261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206261 is #DF9D9E. Grayscale: #4E4E4E. Windows color (decimal): -14654879 or 6382112. OLE color: 6382112.

HSL color Cylindrical-coordinate representation of color #206261: hue angle of 179.09º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #206261 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB329897-
CMYK0.6700.010.62
HSL179.09º50.77%25.49%-
HSV(B)179.09º67.35%38.43%-
XYZ7.129.9112.85-
YUV78.15138.6395.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.10%
GREEN value IS 98 (38.67% from 255) = 43.17%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=14.10%
G=43.17%
B=42.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3298970.6700.010.62179.0950.7725.49
Hex20626143013Eb33319
Octal4014214110301762636331
Binary100000110001011000011000011011111101011001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206261; }

 p { color: rgb(32,98,97); }

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

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

 a { background-color: rgb(32,98,97); }

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

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

 span { border-color: rgb(32,98,97); }

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