#206173

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

Shades of Allports #206173

Tints of Allports #206173

Color information

#206173 (or 0x206173) is unknown color: approx Allports. HEX triplet: 20, 61 and 73. RGB value is (32,97,115). Sum of RGB (Red+Green+Blue) = 32+97+115=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #206173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206173 is #DF9E8C. Grayscale: #4F4F4F. Windows color (decimal): -14655117 or 7561504. OLE color: 7561504.

HSL color Cylindrical-coordinate representation of color #206173: hue angle of 193.01º 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 #206173 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3297115-
CMYK0.720.1600.55
HSL193.01º56.46%28.82%-
HSV(B)193.01º72.17%45.1%-
XYZ7.9610.0917.75-
YUV79.62147.9794.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.11%
GREEN value IS 97 (38.28% from 255) = 39.75%
BLUE value IS 115 (45.31% from 255) = 47.13%
R=13.11%
G=39.75%
B=47.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32971150.720.1600.55193.0156.4628.82
Hex2061734810037c1381d
Octal40141163110200673017035
Binary1000001100001111001110010001000001101111100000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206173; }

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

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

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

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

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

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

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

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