#15646E

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

Shades of Blue Stone #15646E

Tints of Blue Stone #15646E

Color information

#15646E (or 0x15646E) is unknown color: approx Blue Stone. HEX triplet: 15, 64 and 6E. RGB value is (21,100,110). Sum of RGB (Red+Green+Blue) = 21+100+110=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #15646E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15646E is #EA9B91. Grayscale: #4D4D4D. Windows color (decimal): -15375250 or 7234581. OLE color: 7234581.

HSL color Cylindrical-coordinate representation of color #15646E: hue angle of 186.74º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15646E is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB21100110-
CMYK0.810.0900.57
HSL186.74º67.94%25.69%-
HSV(B)186.74º80.91%43.14%-
XYZ7.6810.416.35-
YUV77.52146.3387.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.09%
GREEN value IS 100 (39.45% from 255) = 43.29%
BLUE value IS 110 (43.36% from 255) = 47.62%
R=9.09%
G=43.29%
B=47.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal211001100.810.0900.57186.7467.9425.69
Hex15646E519039bb441a
Octal251441561211107127310432
Binary101011100100110111010100011001011100110111011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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