#6560A5

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

Shades of Scampi #6560A5

Tints of Scampi #6560A5

Color information

#6560A5 (or 0x6560A5) is unknown color: approx Scampi. HEX triplet: 65, 60 and A5. RGB value is (101,96,165). Sum of RGB (Red+Green+Blue) = 101+96+165=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 165 (64.84% from 255 or 45.58% from 362); Max value from RGB is 165 - color contains mainly: blue. Hex color #6560A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6560A5 is #9A9F5A. Grayscale: #696969. Windows color (decimal): -10133339 or 10838117. OLE color: 10838117.

HSL color Cylindrical-coordinate representation of color #6560A5: hue angle of 244.35º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6560A5 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10196165-
CMYK0.390.4200.35
HSL244.35º27.71%51.18%-
HSV(B)244.35º41.82%64.71%-
XYZ16.3413.8537.41-
YUV105.36161.66124.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.90%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 165 (64.84% from 255) = 45.58%
R=27.90%
G=26.52%
B=45.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101961650.390.4200.35244.3527.7151.18
Hex6560A5272A023f41c33
Octal14514024547520433643463
Binary110010111000001010010110011110101001000111111010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6560A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6560A5; }

 p { color: rgb(101,96,165); }

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

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

 a { background-color: rgb(101,96,165); }

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

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

 span { border-color: rgb(101,96,165); }

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