#206F83

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

Shades of Allports #206F83

Tints of Allports #206F83

Color information

#206F83 (or 0x206F83) is unknown color: approx Allports. HEX triplet: 20, 6F and 83. RGB value is (32,111,131). Sum of RGB (Red+Green+Blue) = 32+111+131=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #206F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206F83 is #DF907C. Grayscale: #595959. Windows color (decimal): -14651517 or 8613664. OLE color: 8613664.

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

Color convert

RGB32111131-
CMYK0.760.1500.49
HSL192.12º60.74%31.96%-
HSV(B)192.12º75.57%51.37%-
XYZ10.3813.3123.5-
YUV89.66151.3386.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.68%
GREEN value IS 111 (43.75% from 255) = 40.51%
BLUE value IS 131 (51.56% from 255) = 47.81%
R=11.68%
G=40.51%
B=47.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321111310.760.1500.49192.1260.7431.96
Hex206F834CF031c03d20
Octal40157203114170613007540
Binary10000011011111000001110011001111011000111000000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,111,131); }

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

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

 a { background-color: rgb(32,111,131); }

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

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

 span { border-color: rgb(32,111,131); }

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