#604B79

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

Shades of Mobster #604B79

Tints of Mobster #604B79

Color information

#604B79 (or 0x604B79) is unknown color: approx Mobster. HEX triplet: 60, 4B and 79. RGB value is (96,75,121). Sum of RGB (Red+Green+Blue) = 96+75+121=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 121 - color contains mainly: blue. Hex color #604B79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604B79 is #9FB486. Grayscale: #565656. Windows color (decimal): -10466439 or 7949152. OLE color: 7949152.

HSL color Cylindrical-coordinate representation of color #604B79: hue angle of 267.39º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #604B79 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9675121-
CMYK0.210.3800.53
HSL267.39º23.47%38.43%-
HSV(B)267.39º38.02%47.45%-
XYZ10.798.919.24-
YUV86.52147.46134.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.88%
GREEN value IS 75 (29.69% from 255) = 25.68%
BLUE value IS 121 (47.66% from 255) = 41.44%
R=32.88%
G=25.68%
B=41.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96751210.210.3800.53267.3923.4738.43
Hex604B79152603510b1726
Octal14011317125460654132746
Binary11000001001011111100110101100110011010110000101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604B79; }

 p { color: rgb(96,75,121); }

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

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

 a { background-color: rgb(96,75,121); }

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

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

 span { border-color: rgb(96,75,121); }

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