#206A8E

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

Shades of Allports #206A8E

Tints of Allports #206A8E

Color information

#206A8E (or 0x206A8E) is unknown color: approx Allports. HEX triplet: 20, 6A and 8E. RGB value is (32,106,142). Sum of RGB (Red+Green+Blue) = 32+106+142=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #206A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206A8E is #DF9571. Grayscale: #575757. Windows color (decimal): -14652786 or 9333280. OLE color: 9333280.

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

Color convert

RGB32106142-
CMYK0.770.2500.44
HSL199.64º63.22%34.12%-
HSV(B)199.64º77.46%55.69%-
XYZ10.6312.5727.46-
YUV87.98158.4888.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.43%
GREEN value IS 106 (41.80% from 255) = 37.86%
BLUE value IS 142 (55.86% from 255) = 50.71%
R=11.43%
G=37.86%
B=50.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal321061420.770.2500.44199.6463.2234.12
Hex206A8E4D1902Cc83f22
Octal40152216115310543107742
Binary100000110101010001110100110111001010110011001000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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