#206B84

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

Shades of Allports #206B84

Tints of Allports #206B84

Color information

#206B84 (or 0x206B84) is unknown color: approx Allports. HEX triplet: 20, 6B and 84. RGB value is (32,107,132). Sum of RGB (Red+Green+Blue) = 32+107+132=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #206B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206B84 is #DF947B. Grayscale: #575757. Windows color (decimal): -14652540 or 8678176. OLE color: 8678176.

HSL color Cylindrical-coordinate representation of color #206B84: hue angle of 195º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #206B84 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB32107132-
CMYK0.760.1900.48
HSL195º60.98%32.16%-
HSV(B)195º75.76%51.76%-
XYZ10.0212.4923.71-
YUV87.42153.1588.47-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.81%
GREEN value IS 107 (42.19% from 255) = 39.48%
BLUE value IS 132 (51.95% from 255) = 48.71%
R=11.81%
G=39.48%
B=48.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal321071320.760.1900.4819560.9832.16
Hex206B844C13030c33d20
Octal40153204114230603037540
Binary100000110101110000100100110010011011000011000011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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