Html Css Color HEX #615976 Smoky

📋 copy color: '#615976'

red 97 ◦ green 89 ◦ blue 118

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

Shades of Smoky #615976

Tints of Smoky #615976

RGB

 RED value IS 97 (38.28% from 255) = 31.91%

 GREEN value IS 89 (35.16% from 255) = 29.28%

 BLUE value IS 118 (46.48% from 255) = 38.82%

R = 31.91%
G = 29.28%
B = 38.82%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#615976 (or 0x615976) is known color: Smoky. HEX triplet: 61, 59 and 76. RGB value is (97,89,118). Sum of RGB (Red+Green+Blue) = 97+89+118=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 118 - color contains mainly: blue. Hex color #615976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615976 is #9EA689. Grayscale: #5E5E5E. Windows color (decimal): -10397322 or 7756129. OLE color: 7756129.

HSL color Cylindrical-coordinate representation of color #615976: hue angle of 256.55º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #615976 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 89 118 -
CMYK 0.18 0.25 0 0.54
HSL 256.55º 0.14% 0.41% -
HSV(B) 256.55º 0.25% 0.46% -
XYZ 11.77 10.99 18.64 -
YUV 94.7 141.15 129.64 -
System Red Green Blue C M Y K H S L
Decimal 97 89 118 0.18 0.25 0 0.54 256.55 0.14 0.41
Hex 61 59 76 12 19 0 36 101 E 29
Octal 141 131 166 22 31 0 66 401 16 51
Binary 1100001 1011001 1110110 10010 11001 0 110110 100000001 1110 101001

Color Harmonies of #615976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615976

Black with #615976

Text Example


Text Example

White with #615976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615976; }

 p { color: rgb(97,89,118); }

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

background-color css

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

 a { background-color: rgb(97,89,118); }

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

border-color css

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

 span { border-color: rgb(97,89,118); }

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