Html Css Color HEX #15646D Blue Stone

📋 copy color: '#15646D'

red 21 ◦ green 100 ◦ blue 109

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

Shades of Blue Stone #15646D

Tints of Blue Stone #15646D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.48%

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

R = 9.13%
G = 43.48%
B = 47.39%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#15646D (or 0x15646D) is known color: Blue Stone. HEX triplet: 15, 64 and 6D. RGB value is (21,100,109). Sum of RGB (Red+Green+Blue) = 21+100+109=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #15646D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15646D is #EA9B92. Grayscale: #4D4D4D. Windows color (decimal): -15375251 or 7169045. OLE color: 7169045.

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

Color convert

RGB 21 100 109 -
CMYK 0.81 0.08 0 0.57
HSL 186.14º 0.68% 0.25% -
HSV(B) 186.14º 0.81% 0.43% -
XYZ 7.63 10.38 16.07 -
YUV 77.41 145.83 87.77 -
System Red Green Blue C M Y K H S L
Decimal 21 100 109 0.81 0.08 0 0.57 186.14 0.68 0.25
Hex 15 64 6D 51 8 0 39 BA 44 19
Octal 25 144 155 121 10 0 71 272 104 31
Binary 10101 1100100 1101101 1010001 1000 0 111001 10111010 1000100 11001

Color Harmonies of #15646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15646D

Black with #15646D

Text Example


Text Example

White with #15646D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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