#206c86

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

Shades of Allports #206C86

Tints of Allports #206C86

Color information

#206C86 (or 0x206C86) is unknown color: approx Allports. HEX triplet: 20, 6C and 86. RGB value is (32,108,134). Sum of RGB (Red+Green+Blue) = 32+108+134=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #206C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206C86 is #DF9379. Grayscale: #585858. Windows color (decimal): -14652282 or 8809504. OLE color: 8809504.

HSL color Cylindrical-coordinate representation of color #206C86: hue angle of 195.29º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #206C86 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB32108134-
CMYK0.760.1900.47
HSL195.29º61.45%32.55%-
HSV(B)195.29º76.12%52.55%-
XYZ10.2612.7524.48-
YUV88.24153.8287.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.68%
GREEN value IS 108 (42.58% from 255) = 39.42%
BLUE value IS 134 (52.73% from 255) = 48.91%
R=11.68%
G=39.42%
B=48.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal321081340.760.1900.47195.2961.4532.55
Hex206C864C1302Fc33d21
Octal40154206114230573037541
Binary100000110110010000110100110010011010111111000011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206c86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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