#106DB6

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

Shades of Denim #106DB6

Tints of Denim #106DB6

Color information

#106DB6 (or 0x106DB6) is unknown color: approx Denim. HEX triplet: 10, 6D and B6. RGB value is (16,109,182). Sum of RGB (Red+Green+Blue) = 16+109+182=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 182 (71.48% from 255 or 59.28% from 307); Max value from RGB is 182 - color contains mainly: blue. Hex color #106DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106DB6 is #EF9249. Grayscale: #595959. Windows color (decimal): -15700554 or 11955472. OLE color: 11955472.

HSL color Cylindrical-coordinate representation of color #106DB6: hue angle of 206.39º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #106DB6 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16109182-
CMYK0.910.4000.29
HSL206.39º83.84%38.82%-
HSV(B)206.39º91.21%71.37%-
XYZ14.1314.4246.3-
YUV89.52180.1975.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.21%
GREEN value IS 109 (42.97% from 255) = 35.50%
BLUE value IS 182 (71.48% from 255) = 59.28%
R=5.21%
G=35.50%
B=59.28%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161091820.910.4000.29206.3983.8438.82
Hex106DB65B2801Dce5427
Octal201552661335003531612447
Binary100001101101101101101011011101000011101110011101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,109,182); }

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

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

 a { background-color: rgb(16,109,182); }

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

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

 span { border-color: rgb(16,109,182); }

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