#15666A

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

Shades of Blue Stone #15666A

Tints of Blue Stone #15666A

Color information

#15666A (or 0x15666A) is unknown color: approx Blue Stone. HEX triplet: 15, 66 and 6A. RGB value is (21,102,106). Sum of RGB (Red+Green+Blue) = 21+102+106=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 106 - color contains mainly: blue. Hex color #15666A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15666A is #EA9995. Grayscale: #4E4E4E. Windows color (decimal): -15374742 or 6972949. OLE color: 6972949.

HSL color Cylindrical-coordinate representation of color #15666A: hue angle of 182.82º 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 #15666A is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB21102106-
CMYK0.800.0400.58
HSL182.82º66.93%24.9%-
HSV(B)182.82º80.19%41.57%-
XYZ7.6610.715.3-
YUV78.24143.6687.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.17%
GREEN value IS 102 (40.23% from 255) = 44.54%
BLUE value IS 106 (41.80% from 255) = 46.29%
R=9.17%
G=44.54%
B=46.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal211021060.800.0400.58182.8266.9324.9
Hex15666A50403Ab74319
Octal25146152120407226710331
Binary10101110011011010101010000100011101010110111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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