#107688

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

Shades of Allports #107688

Tints of Allports #107688

Color information

#107688 (or 0x107688) is unknown color: approx Allports. HEX triplet: 10, 76 and 88. RGB value is (16,118,136). Sum of RGB (Red+Green+Blue) = 16+118+136=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 136 (53.52% from 255 or 50.37% from 270); Max value from RGB is 136 - color contains mainly: blue. Hex color #107688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107688 is #EF8977. Grayscale: #595959. Windows color (decimal): -15698296 or 8943120. OLE color: 8943120.

HSL color Cylindrical-coordinate representation of color #107688: hue angle of 189º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #107688 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB16118136-
CMYK0.880.1300.47
HSL189º78.95%29.8%-
HSV(B)189º88.24%53.33%-
XYZ11.1414.8425.57-
YUV89.55154.2175.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.93%
GREEN value IS 118 (46.48% from 255) = 43.70%
BLUE value IS 136 (53.52% from 255) = 50.37%
R=5.93%
G=43.70%
B=50.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal161181360.880.1300.4718978.9529.8
Hex10768858D02Fbd4f1e
Octal201662101301505727511736
Binary1000011101101000100010110001101010111110111101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107688; }

 p { color: rgb(16,118,136); }

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

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

 a { background-color: rgb(16,118,136); }

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

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

 span { border-color: rgb(16,118,136); }

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