#206C7F

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

Shades of Allports #206C7F

Tints of Allports #206C7F

Color information

#206C7F (or 0x206C7F) is unknown color: approx Allports. HEX triplet: 20, 6C and 7F. RGB value is (32,108,127). Sum of RGB (Red+Green+Blue) = 32+108+127=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #206C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206C7F is #DF9380. Grayscale: #575757. Windows color (decimal): -14652289 or 8350752. OLE color: 8350752.

HSL color Cylindrical-coordinate representation of color #206C7F: hue angle of 192º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #206C7F is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB32108127-
CMYK0.750.1500.50
HSL192º59.75%31.18%-
HSV(B)192º74.8%49.8%-
XYZ9.7912.5621.99-
YUV87.44150.3288.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.99%
GREEN value IS 108 (42.58% from 255) = 40.45%
BLUE value IS 127 (50% from 255) = 47.57%
R=11.99%
G=40.45%
B=47.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal321081270.750.1500.5019259.7531.18
Hex206C7F4BF032c03c1f
Octal40154177113170623007437
Binary100000110110011111111001011111101100101100000011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,108,127); }

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

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

 a { background-color: rgb(32,108,127); }

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

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

 span { border-color: rgb(32,108,127); }

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