#10685B

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

Shades of Blue Stone #10685B

Tints of Blue Stone #10685B

Color information

#10685B (or 0x10685B) is unknown color: approx Blue Stone. HEX triplet: 10, 68 and 5B. RGB value is (16,104,91). Sum of RGB (Red+Green+Blue) = 16+104+91=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #10685B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10685B is #EF97A4. Grayscale: #4C4C4C. Windows color (decimal): -15701925 or 5990416. OLE color: 5990416.

HSL color Cylindrical-coordinate representation of color #10685B: hue angle of 171.14º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10685B is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1610491-
CMYK0.8500.120.59
HSL171.14º73.33%23.53%-
HSV(B)171.14º84.62%40.78%-
XYZ7.0510.7711.6-
YUV76.21136.3585.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.58%
GREEN value IS 104 (41.02% from 255) = 49.29%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=7.58%
G=49.29%
B=43.13%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16104910.8500.120.59171.1473.3323.53
Hex10685B550C3Bab4918
Octal201501331250147325311130
Binary100001101000101101110101010110011101110101011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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