Html Css Color HEX #615972 Smoky

📋 copy color: '#615972'

red 97 ◦ green 89 ◦ blue 114

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

Shades of Smoky #615972

Tints of Smoky #615972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38%

R = 32.33%
G = 29.67%
B = 38%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#615972 (or 0x615972) is known color: Smoky. HEX triplet: 61, 59 and 72. RGB value is (97,89,114). Sum of RGB (Red+Green+Blue) = 97+89+114=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 114 - color contains mainly: blue. Hex color #615972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615972 is #9EA68D. Grayscale: #5E5E5E. Windows color (decimal): -10397326 or 7493985. OLE color: 7493985.

HSL color Cylindrical-coordinate representation of color #615972: hue angle of 259.2º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #615972 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 89 114 -
CMYK 0.15 0.22 0 0.55
HSL 259.2º 0.12% 0.4% -
HSV(B) 259.2º 0.22% 0.45% -
XYZ 11.54 10.9 17.42 -
YUV 94.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 97 89 114 0.15 0.22 0 0.55 259.2 0.12 0.4
Hex 61 59 72 F 16 0 37 103 C 28
Octal 141 131 162 17 26 0 67 403 14 50
Binary 1100001 1011001 1110010 1111 10110 0 110111 100000011 1100 101000

Color Harmonies of #615972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615972

Black with #615972

Text Example


Text Example

White with #615972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615972; }

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

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

background-color css

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

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

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

border-color css

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

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

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