#665C70

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

Shades of Mobster #665C70

Tints of Mobster #665C70

Color information

#665C70 (or 0x665C70) is unknown color: approx Mobster. HEX triplet: 66, 5C and 70. RGB value is (102,92,112). Sum of RGB (Red+Green+Blue) = 102+92+112=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 112 - color contains mainly: blue. Hex color #665C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C70 is #99A38F. Grayscale: #616161. Windows color (decimal): -10068880 or 7363686. OLE color: 7363686.

HSL color Cylindrical-coordinate representation of color #665C70: hue angle of 270º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #665C70 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10292112-
CMYK0.090.1800.56
HSL270º9.8%40%-
HSV(B)270º17.86%43.92%-
XYZ12.2311.6516.93-
YUV97.27136.31131.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.33%
GREEN value IS 92 (36.33% from 255) = 30.07%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=33.33%
G=30.07%
B=36.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102921120.090.1800.562709.840
Hex665C7091203810ea28
Octal14613416011220704161250
Binary11001101011100111000010011001001110001000011101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665C70; }

 p { color: rgb(102,92,112); }

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

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

 a { background-color: rgb(102,92,112); }

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

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

 span { border-color: rgb(102,92,112); }

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