#10696D

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

Shades of Blue Stone #10696D

Tints of Blue Stone #10696D

Color information

#10696D (or 0x10696D) is unknown color: approx Blue Stone. HEX triplet: 10, 69 and 6D. RGB value is (16,105,109). Sum of RGB (Red+Green+Blue) = 16+105+109=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #10696D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10696D is #EF9692. Grayscale: #4E4E4E. Windows color (decimal): -15701651 or 7170320. OLE color: 7170320.

HSL color Cylindrical-coordinate representation of color #10696D: hue angle of 182.58º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10696D is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB16105109-
CMYK0.850.0400.57
HSL182.58º74.4%24.51%-
HSV(B)182.58º85.32%42.75%-
XYZ8.0311.3216.23-
YUV78.84145.0183.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.96%
GREEN value IS 105 (41.41% from 255) = 45.65%
BLUE value IS 109 (42.97% from 255) = 47.39%
R=6.96%
G=45.65%
B=47.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal161051090.850.0400.57182.5874.424.51
Hex10696D554039b74a19
Octal20151155125407126711231
Binary10000110100111011011010101100011100110110111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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