Html Css Color HEX #615975 Smoky

📋 copy color: '#615975'

red 97 ◦ green 89 ◦ blue 117

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

Shades of Smoky #615975

Tints of Smoky #615975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.61%

R = 32.01%
G = 29.37%
B = 38.61%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#615975 (or 0x615975) is known color: Smoky. HEX triplet: 61, 59 and 75. RGB value is (97,89,117). Sum of RGB (Red+Green+Blue) = 97+89+117=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: blue. Hex color #615975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615975 is #9EA68A. Grayscale: #5E5E5E. Windows color (decimal): -10397323 or 7690593. OLE color: 7690593.

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

Color convert

RGB 97 89 117 -
CMYK 0.17 0.24 0 0.54
HSL 257.14º 0.14% 0.4% -
HSV(B) 257.14º 0.24% 0.46% -
XYZ 11.71 10.97 18.33 -
YUV 94.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 97 89 117 0.17 0.24 0 0.54 257.14 0.14 0.4
Hex 61 59 75 11 18 0 36 101 E 28
Octal 141 131 165 21 30 0 66 401 16 50
Binary 1100001 1011001 1110101 10001 11000 0 110110 100000001 1110 101000

Color Harmonies of #615975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615975

Black with #615975

Text Example


Text Example

White with #615975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615975; }

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

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

background-color css

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

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

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

border-color css

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

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

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