Html Css Color HEX #615C72 Smoky

📋 copy color: '#615C72'

red 97 ◦ green 92 ◦ blue 114

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

Shades of Smoky #615C72

Tints of Smoky #615C72

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.36%

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

R = 32.01%
G = 30.36%
B = 37.62%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#615C72 (or 0x615C72) is known color: Smoky. HEX triplet: 61, 5C and 72. RGB value is (97,92,114). Sum of RGB (Red+Green+Blue) = 97+92+114=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 114 - color contains mainly: blue. Hex color #615C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615C72 is #9EA38D. Grayscale: #5F5F5F. Windows color (decimal): -10396558 or 7494753. OLE color: 7494753.

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

Color convert

RGB 97 92 114 -
CMYK 0.15 0.19 0 0.55
HSL 253.64º 0.11% 0.4% -
HSV(B) 253.64º 0.19% 0.45% -
XYZ 11.79 11.41 17.5 -
YUV 96 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 97 92 114 0.15 0.19 0 0.55 253.64 0.11 0.4
Hex 61 5C 72 F 13 0 37 FE B 28
Octal 141 134 162 17 23 0 67 376 13 50
Binary 1100001 1011100 1110010 1111 10011 0 110111 11111110 1011 101000

Color Harmonies of #615C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615C72

Black with #615C72

Text Example


Text Example

White with #615C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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