#10615B

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

Shades of Blue Stone #10615B

Tints of Blue Stone #10615B

Color information

#10615B (or 0x10615B) is unknown color: approx Blue Stone. HEX triplet: 10, 61 and 5B. RGB value is (16,97,91). Sum of RGB (Red+Green+Blue) = 16+97+91=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #10615B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10615B is #EF9EA4. Grayscale: #484848. Windows color (decimal): -15703717 or 5988624. OLE color: 5988624.

HSL color Cylindrical-coordinate representation of color #10615B: hue angle of 175.56º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10615B is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB169791-
CMYK0.8400.060.62
HSL175.56º71.68%22.16%-
HSV(B)175.56º83.51%38.04%-
XYZ6.389.4111.38-
YUV72.1138.6687.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.84%
GREEN value IS 97 (38.28% from 255) = 47.55%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=7.84%
G=47.55%
B=44.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1697910.8400.060.62175.5671.6822.16
Hex10615B54063Eb04816
Octal20141133124067626011026
Binary10000110000110110111010100011011111010110000100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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