#206971

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

Shades of Allports #206971

Tints of Allports #206971

Color information

#206971 (or 0x206971) is unknown color: approx Allports. HEX triplet: 20, 69 and 71. RGB value is (32,105,113). Sum of RGB (Red+Green+Blue) = 32+105+113=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #206971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206971 is #DF968E. Grayscale: #535353. Windows color (decimal): -14653071 or 7432480. OLE color: 7432480.

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

Color convert

RGB32105113-
CMYK0.720.0700.56
HSL185.93º55.86%28.43%-
HSV(B)185.93º71.68%44.31%-
XYZ8.6311.617.41-
YUV84.08144.3290.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.8%
GREEN value IS 105 (41.41% from 255) = 42%
BLUE value IS 113 (44.53% from 255) = 45.2%
R=12.8%
G=42%
B=45.2%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal321051130.720.0700.56185.9355.8628.43
Hex206971487038ba381c
Octal4015116111070702727034
Binary10000011010011110001100100011101110001011101011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206971; }

 p { color: rgb(32,105,113); }

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

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

 a { background-color: rgb(32,105,113); }

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

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

 span { border-color: rgb(32,105,113); }

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