#206B85

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

Shades of Allports #206B85

Tints of Allports #206B85

Color information

#206B85 (or 0x206B85) is unknown color: approx Allports. HEX triplet: 20, 6B and 85. RGB value is (32,107,133). Sum of RGB (Red+Green+Blue) = 32+107+133=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #206B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206B85 is #DF947A. Grayscale: #575757. Windows color (decimal): -14652539 or 8743712. OLE color: 8743712.

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

Color convert

RGB32107133-
CMYK0.760.2000.48
HSL195.45º61.21%32.35%-
HSV(B)195.45º75.94%52.16%-
XYZ10.0912.5224.07-
YUV87.54153.6588.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.76%
GREEN value IS 107 (42.19% from 255) = 39.34%
BLUE value IS 133 (52.34% from 255) = 48.90%
R=11.76%
G=39.34%
B=48.90%

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
Decimal321071330.760.2000.48195.4561.2132.35
Hex206B854C14030c33d20
Octal40153205114240603037540
Binary100000110101110000101100110010100011000011000011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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