#206E68

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

Shades of Blue Stone #206E68

Tints of Blue Stone #206E68

Color information

#206E68 (or 0x206E68) is unknown color: approx Blue Stone. HEX triplet: 20, 6E and 68. RGB value is (32,110,104). Sum of RGB (Red+Green+Blue) = 32+110+104=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 110 - color contains mainly: green. Hex color #206E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206E68 is #DF9197. Grayscale: #555555. Windows color (decimal): -14651800 or 6843936. OLE color: 6843936.

HSL color Cylindrical-coordinate representation of color #206E68: hue angle of 175.38º 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 #206E68 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB32110104-
CMYK0.7100.050.57
HSL175.38º54.93%27.84%-
HSV(B)175.38º70.91%43.14%-
XYZ8.6712.4615.04-
YUV85.99138.1689.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.01%
GREEN value IS 110 (43.36% from 255) = 44.72%
BLUE value IS 104 (41.02% from 255) = 42.28%
R=13.01%
G=44.72%
B=42.28%

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
Decimal321101040.7100.050.57175.3854.9327.84
Hex206E68470539af371c
Octal4015615010705712576734
Binary10000011011101101000100011101011110011010111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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