Html Css Color HEX #615B72 Smoky

📋 copy color: '#615B72'

red 97 ◦ green 91 ◦ blue 114

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

Shades of Smoky #615B72

Tints of Smoky #615B72

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.13%

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

R = 32.12%
G = 30.13%
B = 37.75%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#615B72 (or 0x615B72) is known color: Smoky. HEX triplet: 61, 5B and 72. RGB value is (97,91,114). Sum of RGB (Red+Green+Blue) = 97+91+114=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 114 - color contains mainly: blue. Hex color #615B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615B72 is #9EA48D. Grayscale: #5F5F5F. Windows color (decimal): -10396814 or 7494497. OLE color: 7494497.

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

Color convert

RGB 97 91 114 -
CMYK 0.15 0.20 0 0.55
HSL 255.65º 0.11% 0.4% -
HSV(B) 255.65º 0.2% 0.45% -
XYZ 11.71 11.24 17.47 -
YUV 95.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 97 91 114 0.15 0.20 0 0.55 255.65 0.11 0.4
Hex 61 5B 72 F 14 0 37 100 B 28
Octal 141 133 162 17 24 0 67 400 13 50
Binary 1100001 1011011 1110010 1111 10100 0 110111 100000000 1011 101000

Color Harmonies of #615B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615B72

Black with #615B72

Text Example


Text Example

White with #615B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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