#615074

Color #615074 Mobster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mobster #615074

Tints of Mobster #615074

Color information

#615074 (or 0x615074) is unknown color: approx Mobster. HEX triplet: 61, 50 and 74. RGB value is (97,80,116). Sum of RGB (Red+Green+Blue) = 97+80+116=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 116 - color contains mainly: blue. Hex color #615074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615074 is #9EAF8B. Grayscale: #595959. Windows color (decimal): -10399628 or 7622753. OLE color: 7622753.

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

Color convert

RGB9780116-
CMYK0.160.3100.55
HSL268.33º18.37%38.43%-
HSV(B)268.33º31.03%45.49%-
XYZ10.959.5417.79-
YUV89.19143.13133.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.11%
GREEN value IS 80 (31.64% from 255) = 27.30%
BLUE value IS 116 (45.70% from 255) = 39.59%
R=33.11%
G=27.30%
B=39.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97801160.160.3100.55268.3318.3738.43
Hex615074101F03710c1226
Octal14112016420370674142246
Binary1100001101000011101001000011111011011110000110010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615074; }

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

 H1.HeaderClassName
 {
   color: #615074;
 }
 .AnyTagClassName
 {
   color: #615074;
 }
</style>
background-color css

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

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

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

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

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

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