#10696C

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

Shades of Blue Stone #10696C

Tints of Blue Stone #10696C

Color information

#10696C (or 0x10696C) is unknown color: approx Blue Stone. HEX triplet: 10, 69 and 6C. RGB value is (16,105,108). Sum of RGB (Red+Green+Blue) = 16+105+108=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #10696C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10696C is #EF9693. Grayscale: #4E4E4E. Windows color (decimal): -15701652 or 7104784. OLE color: 7104784.

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

Color convert

RGB16105108-
CMYK0.850.0300.58
HSL181.96º74.19%24.31%-
HSV(B)181.96º85.19%42.35%-
XYZ7.9711.315.95-
YUV78.73144.5183.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.99%
GREEN value IS 105 (41.41% from 255) = 45.85%
BLUE value IS 108 (42.58% from 255) = 47.16%
R=6.99%
G=45.85%
B=47.16%

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
Decimal161051080.850.0300.58181.9674.1924.31
Hex10696C55303Ab64a18
Octal20151154125307226611230
Binary1000011010011101100101010111011101010110110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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