#206E92

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

Shades of Allports #206E92

Tints of Allports #206E92

Color information

#206E92 (or 0x206E92) is unknown color: approx Allports. HEX triplet: 20, 6E and 92. RGB value is (32,110,146). Sum of RGB (Red+Green+Blue) = 32+110+146=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #206E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206E92 is #DF916D. Grayscale: #5A5A5A. Windows color (decimal): -14651758 or 9596448. OLE color: 9596448.

HSL color Cylindrical-coordinate representation of color #206E92: hue angle of 198.95º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #206E92 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB32110146-
CMYK0.780.2500.43
HSL198.95º64.04%34.9%-
HSV(B)198.95º78.08%57.25%-
XYZ11.3613.5329.21-
YUV90.78159.1686.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.11%
GREEN value IS 110 (43.36% from 255) = 38.19%
BLUE value IS 146 (57.42% from 255) = 50.69%
R=11.11%
G=38.19%
B=50.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal321101460.780.2500.43198.9564.0434.9
Hex206E924E1902Bc74023
Octal401562221163105330710043
Binary1000001101110100100101001110110010101011110001111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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