#68587A

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

Shades of Mobster #68587A

Tints of Mobster #68587A

Color information

#68587A (or 0x68587A) is unknown color: approx Mobster. HEX triplet: 68, 58 and 7A. RGB value is (104,88,122). Sum of RGB (Red+Green+Blue) = 104+88+122=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 122 - color contains mainly: blue. Hex color #68587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68587A is #97A785. Grayscale: #606060. Windows color (decimal): -9938822 or 8018024. OLE color: 8018024.

HSL color Cylindrical-coordinate representation of color #68587A: hue angle of 268.24º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68587A is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10488122-
CMYK0.150.2800.52
HSL268.24º16.19%41.18%-
HSV(B)268.24º27.87%47.84%-
XYZ12.7111.3319.93-
YUV96.66142.3133.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 88 (34.77% from 255) = 28.03%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=33.12%
G=28.03%
B=38.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104881220.150.2800.52268.2416.1941.18
Hex68587AF1C03410c1029
Octal15013017217340644142051
Binary110100010110001111010111111100011010010000110010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68587A; }

 p { color: rgb(104,88,122); }

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

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

 a { background-color: rgb(104,88,122); }

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

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

 span { border-color: rgb(104,88,122); }

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