#206A7F

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

Shades of Allports #206A7F

Tints of Allports #206A7F

Color information

#206A7F (or 0x206A7F) is unknown color: approx Allports. HEX triplet: 20, 6A and 7F. RGB value is (32,106,127). Sum of RGB (Red+Green+Blue) = 32+106+127=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #206A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206A7F is #DF9580. Grayscale: #565656. Windows color (decimal): -14652801 or 8350240. OLE color: 8350240.

HSL color Cylindrical-coordinate representation of color #206A7F: hue angle of 193.26º 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 #206A7F is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB32106127-
CMYK0.750.1700.50
HSL193.26º59.75%31.18%-
HSV(B)193.26º74.8%49.8%-
XYZ9.5812.1521.92-
YUV86.27150.9889.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.08%
GREEN value IS 106 (41.80% from 255) = 40%
BLUE value IS 127 (50% from 255) = 47.92%
R=12.08%
G=40%
B=47.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal321061270.750.1700.50193.2659.7531.18
Hex206A7F4B11032c13c1f
Octal40152177113210623017437
Binary1000001101010111111110010111000101100101100000111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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