Html Css Color HEX #615A71 Smoky

📋 copy color: '#615A71'

red 97 ◦ green 90 ◦ blue 113

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

Shades of Smoky #615A71

Tints of Smoky #615A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.67%

R = 32.33%
G = 30%
B = 37.67%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#615A71 (or 0x615A71) is known color: Smoky. HEX triplet: 61, 5A and 71. RGB value is (97,90,113). Sum of RGB (Red+Green+Blue) = 97+90+113=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 113 - color contains mainly: blue. Hex color #615A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A71 is #9EA58E. Grayscale: #5E5E5E. Windows color (decimal): -10397071 or 7428705. OLE color: 7428705.

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

Color convert

RGB 97 90 113 -
CMYK 0.14 0.20 0 0.56
HSL 258.26º 0.11% 0.4% -
HSV(B) 258.26º 0.2% 0.44% -
XYZ 11.57 11.05 17.15 -
YUV 94.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 97 90 113 0.14 0.20 0 0.56 258.26 0.11 0.4
Hex 61 5A 71 E 14 0 38 102 B 28
Octal 141 132 161 16 24 0 70 402 13 50
Binary 1100001 1011010 1110001 1110 10100 0 111000 100000010 1011 101000

Color Harmonies of #615A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615A71

Black with #615A71

Text Example


Text Example

White with #615A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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