#614B7A

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

Shades of Mobster #614B7A

Tints of Mobster #614B7A

Color information

#614B7A (or 0x614B7A) is unknown color: approx Mobster. HEX triplet: 61, 4B and 7A. RGB value is (97,75,122). Sum of RGB (Red+Green+Blue) = 97+75+122=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #614B7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B7A is #9EB485. Grayscale: #565656. Windows color (decimal): -10400902 or 8014689. OLE color: 8014689.

HSL color Cylindrical-coordinate representation of color #614B7A: hue angle of 268.09º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #614B7A is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9775122-
CMYK0.200.3900.52
HSL268.09º23.86%38.63%-
HSV(B)268.09º38.52%47.84%-
XYZ10.968.9819.57-
YUV86.94147.79135.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.99%
GREEN value IS 75 (29.69% from 255) = 25.51%
BLUE value IS 122 (48.05% from 255) = 41.50%
R=32.99%
G=25.51%
B=41.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97751220.200.3900.52268.0923.8638.63
Hex614B7A142703410c1827
Octal14111317224470644143047
Binary11000011001011111101010100100111011010010000110011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,75,122); }

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

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

 a { background-color: rgb(97,75,122); }

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

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

 span { border-color: rgb(97,75,122); }

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