Html Css Color HEX #615C74 Smoky

📋 copy color: '#615C74'

red 97 ◦ green 92 ◦ blue 116

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

Shades of Smoky #615C74

Tints of Smoky #615C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.03%

R = 31.8%
G = 30.16%
B = 38.03%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#615C74 (or 0x615C74) is known color: Smoky. HEX triplet: 61, 5C and 74. RGB value is (97,92,116). Sum of RGB (Red+Green+Blue) = 97+92+116=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 116 - color contains mainly: blue. Hex color #615C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615C74 is #9EA38B. Grayscale: #606060. Windows color (decimal): -10396556 or 7625825. OLE color: 7625825.

HSL color Cylindrical-coordinate representation of color #615C74: hue angle of 252.5º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #615C74 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 92 116 -
CMYK 0.16 0.21 0 0.55
HSL 252.5º 0.12% 0.41% -
HSV(B) 252.5º 0.21% 0.45% -
XYZ 11.91 11.46 18.11 -
YUV 96.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 97 92 116 0.16 0.21 0 0.55 252.5 0.12 0.41
Hex 61 5C 74 10 15 0 37 FD C 29
Octal 141 134 164 20 25 0 67 375 14 51
Binary 1100001 1011100 1110100 10000 10101 0 110111 11111101 1100 101001

Color Harmonies of #615C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615C74

Black with #615C74

Text Example


Text Example

White with #615C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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