#206B6E

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

Shades of Blue Stone #206B6E

Tints of Blue Stone #206B6E

Color information

#206B6E (or 0x206B6E) is unknown color: approx Blue Stone. HEX triplet: 20, 6B and 6E. RGB value is (32,107,110). Sum of RGB (Red+Green+Blue) = 32+107+110=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 110 - color contains mainly: blue. Hex color #206B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206B6E is #DF9491. Grayscale: #545454. Windows color (decimal): -14652562 or 7236384. OLE color: 7236384.

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

Color convert

RGB32107110-
CMYK0.710.0300.57
HSL182.31º54.93%27.84%-
HSV(B)182.31º70.91%43.14%-
XYZ8.6711.9516.6-
YUV84.92142.1590.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.85%
GREEN value IS 107 (42.19% from 255) = 42.97%
BLUE value IS 110 (43.36% from 255) = 44.18%
R=12.85%
G=42.97%
B=44.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal321071100.710.0300.57182.3154.9327.84
Hex206B6E473039b6371c
Octal4015315610730712666734
Binary1000001101011110111010001111101110011011011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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