#206e88

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

Shades of Allports #206E88

Tints of Allports #206E88

Color information

#206E88 (or 0x206E88) is unknown color: approx Allports. HEX triplet: 20, 6E and 88. RGB value is (32,110,136). Sum of RGB (Red+Green+Blue) = 32+110+136=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #206E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206E88 is #DF9177. Grayscale: #595959. Windows color (decimal): -14651768 or 8941088. OLE color: 8941088.

HSL color Cylindrical-coordinate representation of color #206E88: hue angle of 195º degrees, saturation: 0.62, 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 #206E88 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB32110136-
CMYK0.760.1900.47
HSL195º61.9%32.94%-
HSV(B)195º76.47%53.33%-
XYZ10.6213.2425.29-
YUV89.64154.1686.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.51%
GREEN value IS 110 (43.36% from 255) = 39.57%
BLUE value IS 136 (53.52% from 255) = 48.92%
R=11.51%
G=39.57%
B=48.92%

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
Decimal321101360.760.1900.4719561.932.94
Hex206E884C1302Fc33e21
Octal40156210114230573037641
Binary100000110111010001000100110010011010111111000011111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206e88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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