#15646A

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

Shades of Blue Stone #15646A

Tints of Blue Stone #15646A

Color information

#15646A (or 0x15646A) is unknown color: approx Blue Stone. HEX triplet: 15, 64 and 6A. RGB value is (21,100,106). Sum of RGB (Red+Green+Blue) = 21+100+106=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 106 - color contains mainly: blue. Hex color #15646A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15646A is #EA9B95. Grayscale: #4C4C4C. Windows color (decimal): -15375254 or 6972437. OLE color: 6972437.

HSL color Cylindrical-coordinate representation of color #15646A: hue angle of 184.24º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15646A is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB21100106-
CMYK0.800.0600.58
HSL184.24º66.93%24.9%-
HSV(B)184.24º80.19%41.57%-
XYZ7.4710.3115.23-
YUV77.06144.3388.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.25%
GREEN value IS 100 (39.45% from 255) = 44.05%
BLUE value IS 106 (41.80% from 255) = 46.70%
R=9.25%
G=44.05%
B=46.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal211001060.800.0600.58184.2466.9324.9
Hex15646A50603Ab84319
Octal25144152120607227010331
Binary10101110010011010101010000110011101010111000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15646A; }

 p { color: rgb(21,100,106); }

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

<style>
 a { background-color: #15646A; }

 a { background-color: rgb(21,100,106); }

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

<style>
 span { border-color: #15646A; }

 span { border-color: rgb(21,100,106); }

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