Html Css Color HEX #615076 Mobster

📋 copy color: '#615076'

red 97 ◦ green 80 ◦ blue 118

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

Shades of Mobster #615076

Tints of Mobster #615076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.12%

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

R = 32.88%
G = 27.12%
B = 40%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#615076 (or 0x615076) is known color: Mobster. HEX triplet: 61, 50 and 76. RGB value is (97,80,118). Sum of RGB (Red+Green+Blue) = 97+80+118=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #615076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615076 is #9EAF89. Grayscale: #595959. Windows color (decimal): -10399626 or 7753825. OLE color: 7753825.

HSL color Cylindrical-coordinate representation of color #615076: hue angle of 266.84º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #615076 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 80 118 -
CMYK 0.18 0.32 0 0.54
HSL 266.84º 0.19% 0.39% -
HSV(B) 266.84º 0.32% 0.46% -
XYZ 11.07 9.59 18.41 -
YUV 89.42 144.13 133.41 -
System Red Green Blue C M Y K H S L
Decimal 97 80 118 0.18 0.32 0 0.54 266.84 0.19 0.39
Hex 61 50 76 12 20 0 36 10B 13 27
Octal 141 120 166 22 40 0 66 413 23 47
Binary 1100001 1010000 1110110 10010 100000 0 110110 100001011 10011 100111

Color Harmonies of #615076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615076

Black with #615076

Text Example


Text Example

White with #615076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615076; }

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

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

background-color css

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

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

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

border-color css

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

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

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