Html Css Color HEX #615970 Smoky

📋 copy color: '#615970'

red 97 ◦ green 89 ◦ blue 112

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

Shades of Smoky #615970

Tints of Smoky #615970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.58%

R = 32.55%
G = 29.87%
B = 37.58%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#615970 (or 0x615970) is known color: Smoky. HEX triplet: 61, 59 and 70. RGB value is (97,89,112). Sum of RGB (Red+Green+Blue) = 97+89+112=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 112 - color contains mainly: blue. Hex color #615970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615970 is #9EA68F. Grayscale: #5D5D5D. Windows color (decimal): -10397328 or 7362913. OLE color: 7362913.

HSL color Cylindrical-coordinate representation of color #615970: hue angle of 260.87º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #615970 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 89 112 -
CMYK 0.13 0.21 0 0.56
HSL 260.87º 0.11% 0.39% -
HSV(B) 260.87º 0.21% 0.44% -
XYZ 11.43 10.86 16.82 -
YUV 94.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 97 89 112 0.13 0.21 0 0.56 260.87 0.11 0.39
Hex 61 59 70 D 15 0 38 105 B 27
Octal 141 131 160 15 25 0 70 405 13 47
Binary 1100001 1011001 1110000 1101 10101 0 111000 100000101 1011 100111

Color Harmonies of #615970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615970

Black with #615970

Text Example


Text Example

White with #615970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615970; }

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

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

background-color css

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

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

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

border-color css

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

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

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