#10686B

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

Shades of Blue Stone #10686B

Tints of Blue Stone #10686B

Color information

#10686B (or 0x10686B) is unknown color: approx Blue Stone. HEX triplet: 10, 68 and 6B. RGB value is (16,104,107). Sum of RGB (Red+Green+Blue) = 16+104+107=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #10686B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10686B is #EF9794. Grayscale: #4D4D4D. Windows color (decimal): -15701909 or 7038992. OLE color: 7038992.

HSL color Cylindrical-coordinate representation of color #10686B: hue angle of 181.98º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10686B is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB16104107-
CMYK0.850.0300.58
HSL181.98º73.98%24.12%-
HSV(B)181.98º85.05%41.96%-
XYZ7.8211.0715.64-
YUV78.03144.3583.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.05%
GREEN value IS 104 (41.02% from 255) = 45.81%
BLUE value IS 107 (42.19% from 255) = 47.14%
R=7.05%
G=45.81%
B=47.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal161041070.850.0300.58181.9873.9824.12
Hex10686B55303Ab64a18
Octal20150153125307226611230
Binary1000011010001101011101010111011101010110110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10686B; }

 p { color: rgb(16,104,107); }

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

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

 a { background-color: rgb(16,104,107); }

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

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

 span { border-color: rgb(16,104,107); }

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