#655F9E

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

Shades of Scampi #655F9E

Tints of Scampi #655F9E

Color information

#655F9E (or 0x655F9E) is unknown color: approx Scampi. HEX triplet: 65, 5F and 9E. RGB value is (101,95,158). Sum of RGB (Red+Green+Blue) = 101+95+158=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #655F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655F9E is #9AA061. Grayscale: #676767. Windows color (decimal): -10133602 or 10379109. OLE color: 10379109.

HSL color Cylindrical-coordinate representation of color #655F9E: hue angle of 245.71º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #655F9E is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10195158-
CMYK0.360.4000.38
HSL245.71º24.9%49.61%-
HSV(B)245.71º39.87%61.96%-
XYZ15.6313.4234.11-
YUV103.98158.49125.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.53%
GREEN value IS 95 (37.5% from 255) = 26.84%
BLUE value IS 158 (62.11% from 255) = 44.63%
R=28.53%
G=26.84%
B=44.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101951580.360.4000.38245.7124.949.61
Hex655F9E2428026f61932
Octal14513723644500463663162
Binary110010110111111001111010010010100001001101111011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655F9E; }

 p { color: rgb(101,95,158); }

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

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

 a { background-color: rgb(101,95,158); }

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

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

 span { border-color: rgb(101,95,158); }

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