Html Css Color HEX #615A74 Smoky

📋 copy color: '#615A74'

red 97 ◦ green 90 ◦ blue 116

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

Shades of Smoky #615A74

Tints of Smoky #615A74

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.7%

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

R = 32.01%
G = 29.7%
B = 38.28%

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

#615A74 (or 0x615A74) is known color: Smoky. HEX triplet: 61, 5A and 74. RGB value is (97,90,116). Sum of RGB (Red+Green+Blue) = 97+90+116=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 116 - color contains mainly: blue. Hex color #615A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A74 is #9EA58B. Grayscale: #5E5E5E. Windows color (decimal): -10397068 or 7625313. OLE color: 7625313.

HSL color Cylindrical-coordinate representation of color #615A74: hue angle of 256.15º degrees, saturation: 0.13, 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 #615A74 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 90 116 -
CMYK 0.16 0.22 0 0.55
HSL 256.15º 0.13% 0.4% -
HSV(B) 256.15º 0.22% 0.45% -
XYZ 11.74 11.11 18.05 -
YUV 95.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 97 90 116 0.16 0.22 0 0.55 256.15 0.13 0.4
Hex 61 5A 74 10 16 0 37 100 D 28
Octal 141 132 164 20 26 0 67 400 15 50
Binary 1100001 1011010 1110100 10000 10110 0 110111 100000000 1101 101000

Color Harmonies of #615A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615A74

Black with #615A74

Text Example


Text Example

White with #615A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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