#106776

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

Shades of Allports #106776

Tints of Allports #106776

Color information

#106776 (or 0x106776) is unknown color: approx Allports. HEX triplet: 10, 67 and 76. RGB value is (16,103,118). Sum of RGB (Red+Green+Blue) = 16+103+118=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #106776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106776 is #EF9889. Grayscale: #4E4E4E. Windows color (decimal): -15702154 or 7759632. OLE color: 7759632.

HSL color Cylindrical-coordinate representation of color #106776: hue angle of 188.82º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106776 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB16103118-
CMYK0.860.1300.54
HSL188.82º76.12%26.27%-
HSV(B)188.82º86.44%46.27%-
XYZ8.3311.1218.85-
YUV78.7150.1883.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.75%
GREEN value IS 103 (40.62% from 255) = 43.46%
BLUE value IS 118 (46.48% from 255) = 49.79%
R=6.75%
G=43.46%
B=49.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal161031180.860.1300.54188.8276.1226.27
Hex10677656D036bd4c1a
Octal201471661261506627511432
Binary100001100111111011010101101101011011010111101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106776; }

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

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

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

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

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

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

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

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