#15686C

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

Shades of Blue Stone #15686C

Tints of Blue Stone #15686C

Color information

#15686C (or 0x15686C) is unknown color: approx Blue Stone. HEX triplet: 15, 68 and 6C. RGB value is (21,104,108). Sum of RGB (Red+Green+Blue) = 21+104+108=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #15686C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15686C is #EA9793. Grayscale: #4F4F4F. Windows color (decimal): -15374228 or 7104533. OLE color: 7104533.

HSL color Cylindrical-coordinate representation of color #15686C: hue angle of 182.76º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15686C is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB21104108-
CMYK0.810.0400.58
HSL182.76º67.44%25.29%-
HSV(B)182.76º80.56%42.35%-
XYZ7.9711.1415.92-
YUV79.6414486.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.01%
GREEN value IS 104 (41.02% from 255) = 44.64%
BLUE value IS 108 (42.58% from 255) = 46.35%
R=9.01%
G=44.64%
B=46.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal211041080.810.0400.58182.7667.4425.29
Hex15686C51403Ab74319
Octal25150154121407226710331
Binary10101110100011011001010001100011101010110111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15686C; }

 p { color: rgb(21,104,108); }

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

<style>
 a { background-color: #15686C; }

 a { background-color: rgb(21,104,108); }

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

<style>
 span { border-color: #15686C; }

 span { border-color: rgb(21,104,108); }

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