#20686E

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

Shades of Allports #20686E

Tints of Allports #20686E

Color information

#20686E (or 0x20686E) is unknown color: approx Allports. HEX triplet: 20, 68 and 6E. RGB value is (32,104,110). Sum of RGB (Red+Green+Blue) = 32+104+110=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #20686E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20686E is #DF9791. Grayscale: #535353. Windows color (decimal): -14653330 or 7235616. OLE color: 7235616.

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

Color convert

RGB32104110-
CMYK0.710.0500.57
HSL184.62º54.93%27.84%-
HSV(B)184.62º70.91%43.14%-
XYZ8.3611.3316.5-
YUV83.16143.1591.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal321041100.710.0500.57184.6254.9327.84
Hex20686E475039b9371c
Octal4015015610750712716734
Binary10000011010001101110100011110101110011011100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20686E; }

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

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

<style>
 a { background-color: #20686E; }

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

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

<style>
 span { border-color: #20686E; }

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

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