#206A8D

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

Shades of Allports #206A8D

Tints of Allports #206A8D

Color information

#206A8D (or 0x206A8D) is unknown color: approx Allports. HEX triplet: 20, 6A and 8D. RGB value is (32,106,141). Sum of RGB (Red+Green+Blue) = 32+106+141=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #206A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206A8D is #DF9572. Grayscale: #575757. Windows color (decimal): -14652787 or 9267744. OLE color: 9267744.

HSL color Cylindrical-coordinate representation of color #206A8D: hue angle of 199.27º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #206A8D is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB32106141-
CMYK0.770.2500.45
HSL199.27º63.01%33.92%-
HSV(B)199.27º77.3%55.29%-
XYZ10.5612.5427.06-
YUV87.86157.9888.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.47%
GREEN value IS 106 (41.80% from 255) = 37.99%
BLUE value IS 141 (55.47% from 255) = 50.54%
R=11.47%
G=37.99%
B=50.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal321061410.770.2500.45199.2763.0133.92
Hex206A8D4D1902Dc73f22
Octal40152215115310553077742
Binary100000110101010001101100110111001010110111000111111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,106,141); }

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

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

 a { background-color: rgb(32,106,141); }

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

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

 span { border-color: rgb(32,106,141); }

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