Html Css Color HEX #15606D Blue Stone

📋 copy color: '#15606D'

red 21 ◦ green 96 ◦ blue 109

#15606D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #15606D

Tints of Blue Stone #15606D

RGB

 RED value IS 21 (8.59% from 255) = 9.29%

 GREEN value IS 96 (37.89% from 255) = 42.48%

 BLUE value IS 109 (42.97% from 255) = 48.23%

R = 9.29%
G = 42.48%
B = 48.23%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#15606D (or 0x15606D) is known color: Blue Stone. HEX triplet: 15, 60 and 6D. RGB value is (21,96,109). Sum of RGB (Red+Green+Blue) = 21+96+109=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #15606D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15606D is #EA9F92. Grayscale: #4A4A4A. Windows color (decimal): -15376275 or 7168021. OLE color: 7168021.

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

Color convert

RGB 21 96 109 -
CMYK 0.81 0.12 0 0.57
HSL 188.86º 0.68% 0.25% -
HSV(B) 188.86º 0.81% 0.43% -
XYZ 7.25 9.63 15.94 -
YUV 75.06 147.15 89.44 -
System Red Green Blue C M Y K H S L
Decimal 21 96 109 0.81 0.12 0 0.57 188.86 0.68 0.25
Hex 15 60 6D 51 C 0 39 BD 44 19
Octal 25 140 155 121 14 0 71 275 104 31
Binary 10101 1100000 1101101 1010001 1100 0 111001 10111101 1000100 11001

Color Harmonies of #15606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15606D

Black with #15606D

Text Example


Text Example

White with #15606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #15606D;
 }
 .AnyTagClassName
 {
   color: #15606D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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