#10696E

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

Shades of Blue Stone #10696E

Tints of Blue Stone #10696E

Color information

#10696E (or 0x10696E) is unknown color: approx Blue Stone. HEX triplet: 10, 69 and 6E. RGB value is (16,105,110). Sum of RGB (Red+Green+Blue) = 16+105+110=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #10696E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10696E is #EF9691. Grayscale: #4E4E4E. Windows color (decimal): -15701650 or 7235856. OLE color: 7235856.

HSL color Cylindrical-coordinate representation of color #10696E: hue angle of 183.19º degrees, saturation: 0.75, 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 #10696E is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB16105110-
CMYK0.850.0500.57
HSL183.19º74.6%24.71%-
HSV(B)183.19º85.45%43.14%-
XYZ8.0811.3416.51-
YUV78.96145.5183.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.93%
GREEN value IS 105 (41.41% from 255) = 45.45%
BLUE value IS 110 (43.36% from 255) = 47.62%
R=6.93%
G=45.45%
B=47.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal161051100.850.0500.57183.1974.624.71
Hex10696E555039b74b19
Octal20151156125507126711331
Binary10000110100111011101010101101011100110110111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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