#655C98

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

Shades of Scampi #655C98

Tints of Scampi #655C98

Color information

#655C98 (or 0x655C98) is unknown color: approx Scampi. HEX triplet: 65, 5C and 98. RGB value is (101,92,152). Sum of RGB (Red+Green+Blue) = 101+92+152=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #655C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655C98 is #9AA367. Grayscale: #656565. Windows color (decimal): -10134376 or 9985125. OLE color: 9985125.

HSL color Cylindrical-coordinate representation of color #655C98: hue angle of 249º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #655C98 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10192152-
CMYK0.340.3900.40
HSL249º24.59%47.84%-
HSV(B)249º39.47%59.61%-
XYZ14.8612.6931.37-
YUV101.53156.48127.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.28%
GREEN value IS 92 (36.33% from 255) = 26.67%
BLUE value IS 152 (59.77% from 255) = 44.06%
R=29.28%
G=26.67%
B=44.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101921520.340.3900.4024924.5947.84
Hex655C982227028f91930
Octal14513423042470503713160
Binary110010110111001001100010001010011101010001111100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,92,152); }

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

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

 a { background-color: rgb(101,92,152); }

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

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

 span { border-color: rgb(101,92,152); }

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