#206B71

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

Shades of Allports #206B71

Tints of Allports #206B71

Color information

#206B71 (or 0x206B71) is unknown color: approx Allports. HEX triplet: 20, 6B and 71. RGB value is (32,107,113). Sum of RGB (Red+Green+Blue) = 32+107+113=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #206B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206B71 is #DF948E. Grayscale: #555555. Windows color (decimal): -14652559 or 7432992. OLE color: 7432992.

HSL color Cylindrical-coordinate representation of color #206B71: hue angle of 184.44º 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 #206B71 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB32107113-
CMYK0.720.0500.56
HSL184.44º55.86%28.43%-
HSV(B)184.44º71.68%44.31%-
XYZ8.8312.0117.48-
YUV85.26143.6590.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.70%
GREEN value IS 107 (42.19% from 255) = 42.46%
BLUE value IS 113 (44.53% from 255) = 44.84%
R=12.70%
G=42.46%
B=44.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal321071130.720.0500.56184.4455.8628.43
Hex206B71485038b8381c
Octal4015316111050702707034
Binary10000011010111110001100100010101110001011100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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