#106784

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

Shades of Allports #106784

Tints of Allports #106784

Color information

#106784 (or 0x106784) is unknown color: approx Allports. HEX triplet: 10, 67 and 84. RGB value is (16,103,132). Sum of RGB (Red+Green+Blue) = 16+103+132=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 103 (40.62% from 255 or 41.04% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #106784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106784 is #EF987B. Grayscale: #505050. Windows color (decimal): -15702140 or 8677136. OLE color: 8677136.

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

Color convert

RGB16103132-
CMYK0.880.2200.48
HSL195º78.38%29.02%-
HSV(B)195º87.88%51.76%-
XYZ9.2311.4823.56-
YUV80.29157.1882.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.37%
GREEN value IS 103 (40.62% from 255) = 41.04%
BLUE value IS 132 (51.95% from 255) = 52.59%
R=6.37%
G=41.04%
B=52.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161031320.880.2200.4819578.3829.02
Hex1067845816030c34e1d
Octal201472041302606030311635
Binary10000110011110000100101100010110011000011000011100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106784; }

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

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

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

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

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

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

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

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