#15646C

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

Shades of Blue Stone #15646C

Tints of Blue Stone #15646C

Color information

#15646C (or 0x15646C) is unknown color: approx Blue Stone. HEX triplet: 15, 64 and 6C. RGB value is (21,100,108). Sum of RGB (Red+Green+Blue) = 21+100+108=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #15646C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15646C is #EA9B93. Grayscale: #4D4D4D. Windows color (decimal): -15375252 or 7103509. OLE color: 7103509.

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

Color convert

RGB21100108-
CMYK0.810.0700.58
HSL185.52º67.44%25.29%-
HSV(B)185.52º80.56%42.35%-
XYZ7.5710.3615.79-
YUV77.29145.3387.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.17%
GREEN value IS 100 (39.45% from 255) = 43.67%
BLUE value IS 108 (42.58% from 255) = 47.16%
R=9.17%
G=43.67%
B=47.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal211001080.810.0700.58185.5267.4425.29
Hex15646C51703Aba4319
Octal25144154121707227210331
Binary10101110010011011001010001111011101010111010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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