#604F74

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

Shades of Mobster #604F74

Tints of Mobster #604F74

Color information

#604F74 (or 0x604F74) is unknown color: approx Mobster. HEX triplet: 60, 4F and 74. RGB value is (96,79,116). Sum of RGB (Red+Green+Blue) = 96+79+116=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 116 - color contains mainly: blue. Hex color #604F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604F74 is #9FB08B. Grayscale: #585858. Windows color (decimal): -10465420 or 7622496. OLE color: 7622496.

HSL color Cylindrical-coordinate representation of color #604F74: hue angle of 267.57º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #604F74 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9679116-
CMYK0.170.3200.55
HSL267.57º18.97%38.24%-
HSV(B)267.57º31.9%45.49%-
XYZ10.779.3417.76-
YUV88.3143.63133.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.99%
GREEN value IS 79 (31.25% from 255) = 27.15%
BLUE value IS 116 (45.70% from 255) = 39.86%
R=32.99%
G=27.15%
B=39.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96791160.170.3200.55267.5718.9738.24
Hex604F74112003710c1326
Octal14011716421400674142346
Binary11000001001111111010010001100000011011110000110010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,79,116); }

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

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

 a { background-color: rgb(96,79,116); }

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

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

 span { border-color: rgb(96,79,116); }

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