Html Css Color HEX #615A76 Smoky

📋 copy color: '#615A76'

red 97 ◦ green 90 ◦ blue 118

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

Shades of Smoky #615A76

Tints of Smoky #615A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.69%

R = 31.8%
G = 29.51%
B = 38.69%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#615A76 (or 0x615A76) is known color: Smoky. HEX triplet: 61, 5A and 76. RGB value is (97,90,118). Sum of RGB (Red+Green+Blue) = 97+90+118=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: blue. Hex color #615A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A76 is #9EA589. Grayscale: #5F5F5F. Windows color (decimal): -10397066 or 7756385. OLE color: 7756385.

HSL color Cylindrical-coordinate representation of color #615A76: hue angle of 255º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #615A76 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 90 118 -
CMYK 0.18 0.24 0 0.54
HSL 255º 0.13% 0.41% -
HSV(B) 255º 0.24% 0.46% -
XYZ 11.86 11.16 18.67 -
YUV 95.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 97 90 118 0.18 0.24 0 0.54 255 0.13 0.41
Hex 61 5A 76 12 18 0 36 FF D 29
Octal 141 132 166 22 30 0 66 377 15 51
Binary 1100001 1011010 1110110 10010 11000 0 110110 11111111 1101 101001

Color Harmonies of #615A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615A76

Black with #615A76

Text Example


Text Example

White with #615A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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