Html Css Color HEX #615273 Mobster

📋 copy color: '#615273'

red 97 ◦ green 82 ◦ blue 115

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

Shades of Mobster #615273

Tints of Mobster #615273

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.89%

 BLUE value IS 115 (45.31% from 255) = 39.12%

R = 32.99%
G = 27.89%
B = 39.12%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#615273 (or 0x615273) is known color: Mobster. HEX triplet: 61, 52 and 73. RGB value is (97,82,115). Sum of RGB (Red+Green+Blue) = 97+82+115=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #615273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615273 is #9EAD8C. Grayscale: #5A5A5A. Windows color (decimal): -10399117 or 7557729. OLE color: 7557729.

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

Color convert

RGB 97 82 115 -
CMYK 0.16 0.29 0 0.55
HSL 267.27º 0.17% 0.39% -
HSV(B) 267.27º 0.29% 0.45% -
XYZ 11.04 9.81 17.53 -
YUV 90.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 97 82 115 0.16 0.29 0 0.55 267.27 0.17 0.39
Hex 61 52 73 10 1D 0 37 10B 11 27
Octal 141 122 163 20 35 0 67 413 21 47
Binary 1100001 1010010 1110011 10000 11101 0 110111 100001011 10001 100111

Color Harmonies of #615273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615273

Black with #615273

Text Example


Text Example

White with #615273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615273; }

 p { color: rgb(97,82,115); }

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

background-color css

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

 a { background-color: rgb(97,82,115); }

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

border-color css

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

 span { border-color: rgb(97,82,115); }

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