#614C75

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

Shades of Mobster #614C75

Tints of Mobster #614C75

Color information

#614C75 (or 0x614C75) is unknown color: approx Mobster. HEX triplet: 61, 4C and 75. RGB value is (97,76,117). Sum of RGB (Red+Green+Blue) = 97+76+117=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 117 - color contains mainly: blue. Hex color #614C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614C75 is #9EB38A. Grayscale: #565656. Windows color (decimal): -10400651 or 7687265. OLE color: 7687265.

HSL color Cylindrical-coordinate representation of color #614C75: hue angle of 270.73º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #614C75 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9776117-
CMYK0.170.3500.54
HSL270.73º21.24%37.84%-
HSV(B)270.73º35.04%45.88%-
XYZ10.738.9918-
YUV86.95144.96135.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.45%
GREEN value IS 76 (30.08% from 255) = 26.21%
BLUE value IS 117 (46.09% from 255) = 40.34%
R=33.45%
G=26.21%
B=40.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97761170.170.3500.54270.7321.2437.84
Hex614C75112303610f1526
Octal14111416521430664172546
Binary11000011001100111010110001100011011011010000111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614C75; }

 p { color: rgb(97,76,117); }

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

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

 a { background-color: rgb(97,76,117); }

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

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

 span { border-color: rgb(97,76,117); }

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