#106A85

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

Shades of Allports #106A85

Tints of Allports #106A85

Color information

#106A85 (or 0x106A85) is unknown color: approx Allports. HEX triplet: 10, 6A and 85. RGB value is (16,106,133). Sum of RGB (Red+Green+Blue) = 16+106+133=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #106A85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106A85 is #EF957A. Grayscale: #515151. Windows color (decimal): -15701371 or 8743440. OLE color: 8743440.

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

Color convert

RGB16106133-
CMYK0.880.2000.48
HSL193.85º78.52%29.22%-
HSV(B)193.85º87.97%52.16%-
XYZ9.612.1124.02-
YUV82.17156.6880.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.27%
GREEN value IS 106 (41.80% from 255) = 41.57%
BLUE value IS 133 (52.34% from 255) = 52.16%
R=6.27%
G=41.57%
B=52.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161061330.880.2000.48193.8578.5229.22
Hex106A855814030c24f1d
Octal201522051302406030211735
Binary10000110101010000101101100010100011000011000010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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