#106169

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

Shades of Blue Stone #106169

Tints of Blue Stone #106169

Color information

#106169 (or 0x106169) is unknown color: approx Blue Stone. HEX triplet: 10, 61 and 69. RGB value is (16,97,105). Sum of RGB (Red+Green+Blue) = 16+97+105=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #106169 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106169 is #EF9E96. Grayscale: #494949. Windows color (decimal): -15703703 or 6906128. OLE color: 6906128.

HSL color Cylindrical-coordinate representation of color #106169: hue angle of 185.39º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106169 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1697105-
CMYK0.850.0800.59
HSL185.39º73.55%23.73%-
HSV(B)185.39º84.76%41.18%-
XYZ7.049.6814.86-
YUV73.69145.6686.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.34%
GREEN value IS 97 (38.28% from 255) = 44.50%
BLUE value IS 105 (41.41% from 255) = 48.17%
R=7.34%
G=44.50%
B=48.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16971050.850.0800.59185.3973.5523.73
Hex10616955803Bb94a18
Octal201411511251007327111230
Binary100001100001110100110101011000011101110111001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106169; }

 p { color: rgb(16,97,105); }

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

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

 a { background-color: rgb(16,97,105); }

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

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

 span { border-color: rgb(16,97,105); }

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