Html Css Color HEX #15695E Blue Stone

📋 copy color: '#15695E'

red 21 ◦ green 105 ◦ blue 94

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

Shades of Blue Stone #15695E

Tints of Blue Stone #15695E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.73%

 BLUE value IS 94 (37.11% from 255) = 42.73%

R = 9.55%
G = 47.73%
B = 42.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#15695E (or 0x15695E) is known color: Blue Stone. HEX triplet: 15, 69 and 5E. RGB value is (21,105,94). Sum of RGB (Red+Green+Blue) = 21+105+94=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 105 - color contains mainly: green. Hex color #15695E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15695E is #EA96A1. Grayscale: #4E4E4E. Windows color (decimal): -15373986 or 6187285. OLE color: 6187285.

HSL color Cylindrical-coordinate representation of color #15695E: hue angle of 172.14º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15695E is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 105 94 -
CMYK 0.80 0 0.10 0.59
HSL 172.14º 0.67% 0.25% -
HSV(B) 172.14º 0.8% 0.41% -
XYZ 7.38 11.07 12.34 -
YUV 78.63 136.67 86.89 -
System Red Green Blue C M Y K H S L
Decimal 21 105 94 0.80 0 0.10 0.59 172.14 0.67 0.25
Hex 15 69 5E 50 0 A 3B AC 43 19
Octal 25 151 136 120 0 12 73 254 103 31
Binary 10101 1101001 1011110 1010000 0 1010 111011 10101100 1000011 11001

Color Harmonies of #15695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15695E

Black with #15695E

Text Example


Text Example

White with #15695E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,105,94); }

 H1.HeaderClassName
 {
   color: #15695E;
 }
 .AnyTagClassName
 {
   color: #15695E;
 }
</style>

background-color css

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

 a { background-color: rgb(21,105,94); }

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

border-color css

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

 span { border-color: rgb(21,105,94); }

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