#206270

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

Shades of Allports #206270

Tints of Allports #206270

Color information

#206270 (or 0x206270) is unknown color: approx Allports. HEX triplet: 20, 62 and 70. RGB value is (32,98,112). Sum of RGB (Red+Green+Blue) = 32+98+112=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #206270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206270 is #DF9D8F. Grayscale: #4F4F4F. Windows color (decimal): -14654864 or 7365152. OLE color: 7365152.

HSL color Cylindrical-coordinate representation of color #206270: hue angle of 190.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206270 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3298112-
CMYK0.710.1300.56
HSL190.5º55.56%28.24%-
HSV(B)190.5º71.43%43.92%-
XYZ7.8910.2116.88-
YUV79.86146.1393.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.22%
GREEN value IS 98 (38.67% from 255) = 40.50%
BLUE value IS 112 (44.14% from 255) = 46.28%
R=13.22%
G=40.50%
B=46.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32981120.710.1300.56190.555.5628.24
Hex20627047D038be381c
Octal40142160107150702767034
Binary100000110001011100001000111110101110001011111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206270; }

 p { color: rgb(32,98,112); }

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

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

 a { background-color: rgb(32,98,112); }

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

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

 span { border-color: rgb(32,98,112); }

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