#206A85

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

Shades of Allports #206A85

Tints of Allports #206A85

Color information

#206A85 (or 0x206A85) is unknown color: approx Allports. HEX triplet: 20, 6A and 85. RGB value is (32,106,133). Sum of RGB (Red+Green+Blue) = 32+106+133=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #206A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206A85 is #DF957A. Grayscale: #565656. Windows color (decimal): -14652795 or 8743456. OLE color: 8743456.

HSL color Cylindrical-coordinate representation of color #206A85: hue angle of 196.04º 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 #206A85 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB32106133-
CMYK0.760.2000.48
HSL196.04º61.21%32.35%-
HSV(B)196.04º75.94%52.16%-
XYZ9.9812.3124.04-
YUV86.95153.9888.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.81%
GREEN value IS 106 (41.80% from 255) = 39.11%
BLUE value IS 133 (52.34% from 255) = 49.08%
R=11.81%
G=39.11%
B=49.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal321061330.760.2000.48196.0461.2132.35
Hex206A854C14030c43d20
Octal40152205114240603047540
Binary100000110101010000101100110010100011000011000100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,106,133); }

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

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

 a { background-color: rgb(32,106,133); }

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

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

 span { border-color: rgb(32,106,133); }

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