Html Css Color HEX #615472 Mobster

📋 copy color: '#615472'

red 97 ◦ green 84 ◦ blue 114

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

Shades of Mobster #615472

Tints of Mobster #615472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.47%

 BLUE value IS 114 (44.92% from 255) = 38.64%

R = 32.88%
G = 28.47%
B = 38.64%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#615472 (or 0x615472) is known color: Mobster. HEX triplet: 61, 54 and 72. RGB value is (97,84,114). Sum of RGB (Red+Green+Blue) = 97+84+114=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 114 - color contains mainly: blue. Hex color #615472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615472 is #9EAB8D. Grayscale: #5B5B5B. Windows color (decimal): -10398606 or 7492705. OLE color: 7492705.

HSL color Cylindrical-coordinate representation of color #615472: hue angle of 266º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #615472 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 84 114 -
CMYK 0.15 0.26 0 0.55
HSL 266º 0.15% 0.39% -
HSV(B) 266º 0.26% 0.45% -
XYZ 11.14 10.1 17.28 -
YUV 91.31 140.81 132.06 -
System Red Green Blue C M Y K H S L
Decimal 97 84 114 0.15 0.26 0 0.55 266 0.15 0.39
Hex 61 54 72 F 1A 0 37 10A F 27
Octal 141 124 162 17 32 0 67 412 17 47
Binary 1100001 1010100 1110010 1111 11010 0 110111 100001010 1111 100111

Color Harmonies of #615472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615472

Black with #615472

Text Example


Text Example

White with #615472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615472; }

 p { color: rgb(97,84,114); }

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

background-color css

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

 a { background-color: rgb(97,84,114); }

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

border-color css

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

 span { border-color: rgb(97,84,114); }

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