#206C6A

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

Shades of Blue Stone #206C6A

Tints of Blue Stone #206C6A

Color information

#206C6A (or 0x206C6A) is unknown color: approx Blue Stone. HEX triplet: 20, 6C and 6A. RGB value is (32,108,106). Sum of RGB (Red+Green+Blue) = 32+108+106=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 108 - color contains mainly: green. Hex color #206C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206C6A is #DF9395. Grayscale: #545454. Windows color (decimal): -14652310 or 6974496. OLE color: 6974496.

HSL color Cylindrical-coordinate representation of color #206C6A: hue angle of 178.42º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206C6A is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB32108106-
CMYK0.7000.020.58
HSL178.42º54.29%27.45%-
HSV(B)178.42º70.37%42.35%-
XYZ8.5612.0715.51-
YUV85.05139.8290.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.01%
GREEN value IS 108 (42.58% from 255) = 43.90%
BLUE value IS 106 (41.80% from 255) = 43.09%
R=13.01%
G=43.90%
B=43.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal321081060.7000.020.58178.4254.2927.45
Hex206C6A46023Ab2361b
Octal4015415210602722626633
Binary1000001101100110101010001100101110101011001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206C6A; }

 p { color: rgb(32,108,106); }

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

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

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

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

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

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

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