#63506F

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

Shades of Mobster #63506F

Tints of Mobster #63506F

Color information

#63506F (or 0x63506F) is unknown color: approx Mobster. HEX triplet: 63, 50 and 6F. RGB value is (99,80,111). Sum of RGB (Red+Green+Blue) = 99+80+111=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 111 - color contains mainly: blue. Hex color #63506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63506F is #9CAF90. Grayscale: #595959. Windows color (decimal): -10268561 or 7295075. OLE color: 7295075.

HSL color Cylindrical-coordinate representation of color #63506F: hue angle of 276.77º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63506F is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9980111-
CMYK0.110.2800.56
HSL276.77º16.23%37.45%-
HSV(B)276.77º27.93%43.53%-
XYZ10.889.5416.31-
YUV89.21140.29134.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.14%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 111 (43.75% from 255) = 38.28%
R=34.14%
G=27.59%
B=38.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99801110.110.2800.56276.7716.2337.45
Hex63506FB1C0381151025
Octal14312015713340704252045
Binary110001110100001101111101111100011100010001010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63506F; }

 p { color: rgb(99,80,111); }

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

<style>
 a { background-color: #63506F; }

 a { background-color: rgb(99,80,111); }

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

<style>
 span { border-color: #63506F; }

 span { border-color: rgb(99,80,111); }

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