#15606C

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

Shades of Blue Stone #15606C

Tints of Blue Stone #15606C

Color information

#15606C (or 0x15606C) is unknown color: approx Blue Stone. HEX triplet: 15, 60 and 6C. RGB value is (21,96,108). Sum of RGB (Red+Green+Blue) = 21+96+108=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #15606C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15606C is #EA9F93. Grayscale: #4A4A4A. Windows color (decimal): -15376276 or 7102485. OLE color: 7102485.

HSL color Cylindrical-coordinate representation of color #15606C: hue angle of 188.28º 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 #15606C is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2196108-
CMYK0.810.1100.58
HSL188.28º67.44%25.29%-
HSV(B)188.28º80.56%42.35%-
XYZ7.29.6115.66-
YUV74.94146.6589.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.33%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 108 (42.58% from 255) = 48%
R=9.33%
G=42.67%
B=48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21961080.810.1100.58188.2867.4425.29
Hex15606C51B03Abc4319
Octal251401541211307227410331
Binary101011100000110110010100011011011101010111100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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