#206D68

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

Shades of Blue Stone #206D68

Tints of Blue Stone #206D68

Color information

#206D68 (or 0x206D68) is unknown color: approx Blue Stone. HEX triplet: 20, 6D and 68. RGB value is (32,109,104). Sum of RGB (Red+Green+Blue) = 32+109+104=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 109 - color contains mainly: green. Hex color #206D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206D68 is #DF9297. Grayscale: #555555. Windows color (decimal): -14652056 or 6843680. OLE color: 6843680.

HSL color Cylindrical-coordinate representation of color #206D68: hue angle of 176.1º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206D68 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB32109104-
CMYK0.7100.050.57
HSL176.1º54.61%27.65%-
HSV(B)176.1º70.64%42.75%-
XYZ8.5612.2415.01-
YUV85.41138.4989.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.06%
GREEN value IS 109 (42.97% from 255) = 44.49%
BLUE value IS 104 (41.02% from 255) = 42.45%
R=13.06%
G=44.49%
B=42.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal321091040.7100.050.57176.154.6127.65
Hex206D68470539b0371c
Octal4015515010705712606734
Binary10000011011011101000100011101011110011011000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,109,104); }

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

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

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

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

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

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

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