#10686C

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

Shades of Blue Stone #10686C

Tints of Blue Stone #10686C

Color information

#10686C (or 0x10686C) is unknown color: approx Blue Stone. HEX triplet: 10, 68 and 6C. RGB value is (16,104,108). Sum of RGB (Red+Green+Blue) = 16+104+108=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #10686C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10686C is #EF9793. Grayscale: #4E4E4E. Windows color (decimal): -15701908 or 7104528. OLE color: 7104528.

HSL color Cylindrical-coordinate representation of color #10686C: hue angle of 182.61º 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 #10686C is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB16104108-
CMYK0.850.0400.58
HSL182.61º74.19%24.31%-
HSV(B)182.61º85.19%42.35%-
XYZ7.8711.0915.91-
YUV78.14144.8583.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.02%
GREEN value IS 104 (41.02% from 255) = 45.61%
BLUE value IS 108 (42.58% from 255) = 47.37%
R=7.02%
G=45.61%
B=47.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal161041080.850.0400.58182.6174.1924.31
Hex10686C55403Ab74a18
Octal20150154125407226711230
Binary10000110100011011001010101100011101010110111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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