#106C85

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

Shades of Allports #106C85

Tints of Allports #106C85

Color information

#106C85 (or 0x106C85) is unknown color: approx Allports. HEX triplet: 10, 6C and 85. RGB value is (16,108,133). Sum of RGB (Red+Green+Blue) = 16+108+133=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #106C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106C85 is #EF937A. Grayscale: #535353. Windows color (decimal): -15700859 or 8743952. OLE color: 8743952.

HSL color Cylindrical-coordinate representation of color #106C85: hue angle of 192.82º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106C85 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB16108133-
CMYK0.880.1900.48
HSL192.82º78.52%29.22%-
HSV(B)192.82º87.97%52.16%-
XYZ9.8112.5324.09-
YUV83.34156.0279.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.23%
GREEN value IS 108 (42.58% from 255) = 42.02%
BLUE value IS 133 (52.34% from 255) = 51.75%
R=6.23%
G=42.02%
B=51.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161081330.880.1900.48192.8278.5229.22
Hex106C855813030c14f1d
Octal201542051302306030111735
Binary10000110110010000101101100010011011000011000001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106C85; }

 p { color: rgb(16,108,133); }

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

<style>
 a { background-color: #106C85; }

 a { background-color: rgb(16,108,133); }

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

<style>
 span { border-color: #106C85; }

 span { border-color: rgb(16,108,133); }

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