Html Css Color HEX #615B74 Smoky

📋 copy color: '#615B74'

red 97 ◦ green 91 ◦ blue 116

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

Shades of Smoky #615B74

Tints of Smoky #615B74

RGB

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

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

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

R = 31.91%
G = 29.93%
B = 38.16%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#615B74 (or 0x615B74) is known color: Smoky. HEX triplet: 61, 5B and 74. RGB value is (97,91,116). Sum of RGB (Red+Green+Blue) = 97+91+116=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 116 - color contains mainly: blue. Hex color #615B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615B74 is #9EA48B. Grayscale: #5F5F5F. Windows color (decimal): -10396812 or 7625569. OLE color: 7625569.

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

Color convert

RGB 97 91 116 -
CMYK 0.16 0.22 0 0.55
HSL 254.4º 0.12% 0.41% -
HSV(B) 254.4º 0.22% 0.45% -
XYZ 11.82 11.28 18.08 -
YUV 95.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 97 91 116 0.16 0.22 0 0.55 254.4 0.12 0.41
Hex 61 5B 74 10 16 0 37 FE C 29
Octal 141 133 164 20 26 0 67 376 14 51
Binary 1100001 1011011 1110100 10000 10110 0 110111 11111110 1100 101001

Color Harmonies of #615B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615B74

Black with #615B74

Text Example


Text Example

White with #615B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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