#655DA4

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

Shades of Scampi #655DA4

Tints of Scampi #655DA4

Color information

#655DA4 (or 0x655DA4) is unknown color: approx Scampi. HEX triplet: 65, 5D and A4. RGB value is (101,93,164). Sum of RGB (Red+Green+Blue) = 101+93+164=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 164 - color contains mainly: blue. Hex color #655DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655DA4 is #9AA25B. Grayscale: #676767. Windows color (decimal): -10134108 or 10771813. OLE color: 10771813.

HSL color Cylindrical-coordinate representation of color #655DA4: hue angle of 246.76º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #655DA4 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10193164-
CMYK0.380.4300.36
HSL246.76º28.06%50.39%-
HSV(B)246.76º43.29%64.31%-
XYZ15.9813.2836.84-
YUV103.49162.15126.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.21%
GREEN value IS 93 (36.72% from 255) = 25.98%
BLUE value IS 164 (64.45% from 255) = 45.81%
R=28.21%
G=25.98%
B=45.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101931640.380.4300.36246.7628.0650.39
Hex655DA4262B024f71c32
Octal14513524446530443673462
Binary110010110111011010010010011010101101001001111011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,93,164); }

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

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

 a { background-color: rgb(101,93,164); }

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

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

 span { border-color: rgb(101,93,164); }

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