#106F84

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

Shades of Allports #106F84

Tints of Allports #106F84

Color information

#106F84 (or 0x106F84) is unknown color: approx Allports. HEX triplet: 10, 6F and 84. RGB value is (16,111,132). Sum of RGB (Red+Green+Blue) = 16+111+132=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #106F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106F84 is #EF907B. Grayscale: #545454. Windows color (decimal): -15700092 or 8679184. OLE color: 8679184.

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

Color convert

RGB16111132-
CMYK0.880.1600.48
HSL190.86º78.38%29.02%-
HSV(B)190.86º87.88%51.76%-
XYZ10.0613.1423.84-
YUV84.99154.5378.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.18%
GREEN value IS 111 (43.75% from 255) = 42.86%
BLUE value IS 132 (51.95% from 255) = 50.97%
R=6.18%
G=42.86%
B=50.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161111320.880.1600.48190.8678.3829.02
Hex106F845810030bf4e1d
Octal201572041302006027711635
Binary10000110111110000100101100010000011000010111111100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,111,132); }

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

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

 a { background-color: rgb(16,111,132); }

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

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

 span { border-color: rgb(16,111,132); }

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