#68557B

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

Shades of Mobster #68557B

Tints of Mobster #68557B

Color information

#68557B (or 0x68557B) is unknown color: approx Mobster. HEX triplet: 68, 55 and 7B. RGB value is (104,85,123). Sum of RGB (Red+Green+Blue) = 104+85+123=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 123 - color contains mainly: blue. Hex color #68557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68557B is #97AA84. Grayscale: #5E5E5E. Windows color (decimal): -9939589 or 8082792. OLE color: 8082792.

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

Color convert

RGB10485123-
CMYK0.150.3100.52
HSL270º18.27%40.78%-
HSV(B)270º30.89%48.24%-
XYZ12.5310.8720.18-
YUV95.01143.79134.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.33%
GREEN value IS 85 (33.59% from 255) = 27.24%
BLUE value IS 123 (48.44% from 255) = 39.42%
R=33.33%
G=27.24%
B=39.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104851230.150.3100.5227018.2740.78
Hex68557BF1F03410e1229
Octal15012517317370644162251
Binary110100010101011111011111111111011010010000111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68557B; }

 p { color: rgb(104,85,123); }

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

<style>
 a { background-color: #68557B; }

 a { background-color: rgb(104,85,123); }

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

<style>
 span { border-color: #68557B; }

 span { border-color: rgb(104,85,123); }

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