#206262

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

Shades of Blue Stone #206262

Tints of Blue Stone #206262

Color information

#206262 (or 0x206262) is unknown color: approx Blue Stone. HEX triplet: 20, 62 and 62. RGB value is (32,98,98). Sum of RGB (Red+Green+Blue) = 32+98+98=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #206262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206262 is #DF9D9D. Grayscale: #4E4E4E. Windows color (decimal): -14654878 or 6447648. OLE color: 6447648.

HSL color Cylindrical-coordinate representation of color #206262: hue angle of 180º 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 #206262 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB329898-
CMYK0.67000.62
HSL180º50.77%25.49%-
HSV(B)180º67.35%38.43%-
XYZ7.179.9213.09-
YUV78.27139.1395-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.04%
GREEN value IS 98 (38.67% from 255) = 42.98%
BLUE value IS 98 (38.67% from 255) = 42.98%
R=14.04%
G=42.98%
B=42.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3298980.67000.6218050.7725.49
Hex20626243003Eb43319
Octal4014214210300762646331
Binary100000110001011000101000011001111101011010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206262; }

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

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

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

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

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

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

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

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