Html Css Color HEX #15645D Blue Stone

📋 copy color: '#15645D'

red 21 ◦ green 100 ◦ blue 93

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

Shades of Blue Stone #15645D

Tints of Blue Stone #15645D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 43.46%

R = 9.81%
G = 46.73%
B = 43.46%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#15645D (or 0x15645D) is known color: Blue Stone. HEX triplet: 15, 64 and 5D. RGB value is (21,100,93). Sum of RGB (Red+Green+Blue) = 21+100+93=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 100 - color contains mainly: green. Hex color #15645D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15645D is #EA9BA2. Grayscale: #4B4B4B. Windows color (decimal): -15375267 or 6120469. OLE color: 6120469.

HSL color Cylindrical-coordinate representation of color #15645D: hue angle of 174.68º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15645D is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 100 93 -
CMYK 0.79 0 0.07 0.61
HSL 174.68º 0.65% 0.24% -
HSV(B) 174.68º 0.79% 0.39% -
XYZ 6.84 10.06 11.94 -
YUV 75.58 137.83 89.07 -
System Red Green Blue C M Y K H S L
Decimal 21 100 93 0.79 0 0.07 0.61 174.68 0.65 0.24
Hex 15 64 5D 4F 0 7 3D AF 41 18
Octal 25 144 135 117 0 7 75 257 101 30
Binary 10101 1100100 1011101 1001111 0 111 111101 10101111 1000001 11000

Color Harmonies of #15645D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15645D

Black with #15645D

Text Example


Text Example

White with #15645D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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