#20696E

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

Shades of Allports #20696E

Tints of Allports #20696E

Color information

#20696E (or 0x20696E) is unknown color: approx Allports. HEX triplet: 20, 69 and 6E. RGB value is (32,105,110). Sum of RGB (Red+Green+Blue) = 32+105+110=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 110 - color contains mainly: blue. Hex color #20696E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20696E is #DF9691. Grayscale: #535353. Windows color (decimal): -14653074 or 7235872. OLE color: 7235872.

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

Color convert

RGB32105110-
CMYK0.710.0500.57
HSL183.85º54.93%27.84%-
HSV(B)183.85º70.91%43.14%-
XYZ8.4611.5416.53-
YUV83.74142.8291.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.96%
GREEN value IS 105 (41.41% from 255) = 42.51%
BLUE value IS 110 (43.36% from 255) = 44.53%
R=12.96%
G=42.51%
B=44.53%

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
Decimal321051100.710.0500.57183.8554.9327.84
Hex20696E475039b8371c
Octal4015115610750712706734
Binary10000011010011101110100011110101110011011100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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