#665976

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

Shades of Mobster #665976

Tints of Mobster #665976

Color information

#665976 (or 0x665976) is unknown color: approx Mobster. HEX triplet: 66, 59 and 76. RGB value is (102,89,118). Sum of RGB (Red+Green+Blue) = 102+89+118=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 118 - color contains mainly: blue. Hex color #665976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665976 is #99A689. Grayscale: #606060. Windows color (decimal): -10069642 or 7756134. OLE color: 7756134.

HSL color Cylindrical-coordinate representation of color #665976: hue angle of 266.9º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #665976 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10289118-
CMYK0.140.2500.54
HSL266.9º14.01%40.59%-
HSV(B)266.9º24.58%46.27%-
XYZ12.3211.2818.67-
YUV96.19140.31132.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.01%
GREEN value IS 89 (35.16% from 255) = 28.80%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=33.01%
G=28.80%
B=38.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102891180.140.2500.54266.914.0140.59
Hex665976E1903610be29
Octal14613116616310664131651
Binary11001101011001111011011101100101101101000010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665976; }

 p { color: rgb(102,89,118); }

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

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

 a { background-color: rgb(102,89,118); }

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

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

 span { border-color: rgb(102,89,118); }

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