#206F8A

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

Shades of Allports #206F8A

Tints of Allports #206F8A

Color information

#206F8A (or 0x206F8A) is unknown color: approx Allports. HEX triplet: 20, 6F and 8A. RGB value is (32,111,138). Sum of RGB (Red+Green+Blue) = 32+111+138=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #206F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206F8A is #DF9075. Grayscale: #5A5A5A. Windows color (decimal): -14651510 or 9072416. OLE color: 9072416.

HSL color Cylindrical-coordinate representation of color #206F8A: hue angle of 195.28º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #206F8A is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB32111138-
CMYK0.770.2000.46
HSL195.28º62.35%33.33%-
HSV(B)195.28º76.81%54.12%-
XYZ10.8713.5126.08-
YUV90.46154.8386.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.39%
GREEN value IS 111 (43.75% from 255) = 39.50%
BLUE value IS 138 (54.30% from 255) = 49.11%
R=11.39%
G=39.50%
B=49.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal321111380.770.2000.46195.2862.3533.33
Hex206F8A4D1402Ec33e21
Octal40157212115240563037641
Binary100000110111110001010100110110100010111011000011111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,111,138); }

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

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

 a { background-color: rgb(32,111,138); }

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

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

 span { border-color: rgb(32,111,138); }

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