Html Css Color HEX #615070 Mobster

📋 copy color: '#615070'

red 97 ◦ green 80 ◦ blue 112

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

Shades of Mobster #615070

Tints of Mobster #615070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.75%

R = 33.56%
G = 27.68%
B = 38.75%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#615070 (or 0x615070) is known color: Mobster. HEX triplet: 61, 50 and 70. RGB value is (97,80,112). Sum of RGB (Red+Green+Blue) = 97+80+112=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #615070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615070 is #9EAF8F. Grayscale: #585858. Windows color (decimal): -10399632 or 7360609. OLE color: 7360609.

HSL color Cylindrical-coordinate representation of color #615070: hue angle of 271.88º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #615070 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 80 112 -
CMYK 0.13 0.29 0 0.56
HSL 271.88º 0.17% 0.38% -
HSV(B) 271.88º 0.29% 0.44% -
XYZ 10.72 9.45 16.59 -
YUV 88.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 97 80 112 0.13 0.29 0 0.56 271.88 0.17 0.38
Hex 61 50 70 D 1D 0 38 110 11 26
Octal 141 120 160 15 35 0 70 420 21 46
Binary 1100001 1010000 1110000 1101 11101 0 111000 100010000 10001 100110

Color Harmonies of #615070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615070

Black with #615070

Text Example


Text Example

White with #615070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615070; }

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

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

background-color css

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

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

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

border-color css

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

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

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