#206873

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

Shades of Allports #206873

Tints of Allports #206873

Color information

#206873 (or 0x206873) is unknown color: approx Allports. HEX triplet: 20, 68 and 73. RGB value is (32,104,115). Sum of RGB (Red+Green+Blue) = 32+104+115=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #206873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206873 is #DF978C. Grayscale: #535353. Windows color (decimal): -14653325 or 7563296. OLE color: 7563296.

HSL color Cylindrical-coordinate representation of color #206873: hue angle of 187.95º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #206873 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB32104115-
CMYK0.720.1000.55
HSL187.95º56.46%28.82%-
HSV(B)187.95º72.17%45.1%-
XYZ8.6411.4517.97-
YUV83.73145.6591.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.75%
GREEN value IS 104 (41.02% from 255) = 41.43%
BLUE value IS 115 (45.31% from 255) = 45.82%
R=12.75%
G=41.43%
B=45.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321041150.720.1000.55187.9556.4628.82
Hex20687348A037bc381d
Octal40150163110120672747035
Binary100000110100011100111001000101001101111011110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206873; }

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

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

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

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

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

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

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

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