#206161

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

Shades of Blue Stone #206161

Tints of Blue Stone #206161

Color information

#206161 (or 0x206161) is unknown color: approx Blue Stone. HEX triplet: 20, 61 and 61. RGB value is (32,97,97). Sum of RGB (Red+Green+Blue) = 32+97+97=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: green, blue. Hex color #206161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206161 is #DF9E9E. Grayscale: #4D4D4D. Windows color (decimal): -14655135 or 6381856. OLE color: 6381856.

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

Color convert

RGB329797-
CMYK0.67000.62
HSL180º50.39%25.29%-
HSV(B)180º67.01%38.04%-
XYZ7.039.7212.81-
YUV77.56138.9795.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.16%
GREEN value IS 97 (38.28% from 255) = 42.92%
BLUE value IS 97 (38.28% from 255) = 42.92%
R=14.16%
G=42.92%
B=42.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3297970.67000.6218050.3925.29
Hex20616143003Eb43219
Octal4014114110300762646231
Binary100000110000111000011000011001111101011010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206161; }

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

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

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

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

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

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

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

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