#10615F

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

Shades of Blue Stone #10615F

Tints of Blue Stone #10615F

Color information

#10615F (or 0x10615F) is unknown color: approx Blue Stone. HEX triplet: 10, 61 and 5F. RGB value is (16,97,95). Sum of RGB (Red+Green+Blue) = 16+97+95=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #10615F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10615F is #EF9EA0. Grayscale: #484848. Windows color (decimal): -15703713 or 6250768. OLE color: 6250768.

HSL color Cylindrical-coordinate representation of color #10615F: hue angle of 178.52º 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 #10615F is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB169795-
CMYK0.8400.020.62
HSL178.52º71.68%22.16%-
HSV(B)178.52º83.51%38.04%-
XYZ6.559.4912.31-
YUV72.55140.6687.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.69%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 95 (37.5% from 255) = 45.67%
R=7.69%
G=46.63%
B=45.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1697950.8400.020.62178.5271.6822.16
Hex10615F54023Eb34816
Octal20141137124027626311026
Binary1000011000011011111101010001011111010110011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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