#6B60A5

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

Shades of Scampi #6B60A5

Tints of Scampi #6B60A5

Color information

#6B60A5 (or 0x6B60A5) is unknown color: approx Scampi. HEX triplet: 6B, 60 and A5. RGB value is (107,96,165). Sum of RGB (Red+Green+Blue) = 107+96+165=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 165 (64.84% from 255 or 44.84% from 368); Max value from RGB is 165 - color contains mainly: blue. Hex color #6B60A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B60A5 is #949F5A. Grayscale: #6A6A6A. Windows color (decimal): -9740123 or 10838123. OLE color: 10838123.

HSL color Cylindrical-coordinate representation of color #6B60A5: hue angle of 249.57º 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 #6B60A5 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10796165-
CMYK0.350.4200.35
HSL249.57º27.71%51.18%-
HSV(B)249.57º41.82%64.71%-
XYZ17.0414.2137.44-
YUV107.16160.64127.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.08%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 165 (64.84% from 255) = 44.84%
R=29.08%
G=26.09%
B=44.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal107961650.350.4200.35249.5727.7151.18
Hex6B60A5232A023fa1c33
Octal15314024543520433723463
Binary110101111000001010010110001110101001000111111101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B60A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B60A5; }

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

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

<style>
 a { background-color: #6B60A5; }

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

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

<style>
 span { border-color: #6B60A5; }

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

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