#6C5E9B

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

Shades of Scampi #6C5E9B

Tints of Scampi #6C5E9B

Color information

#6C5E9B (or 0x6C5E9B) is unknown color: approx Scampi. HEX triplet: 6C, 5E and 9B. RGB value is (108,94,155). Sum of RGB (Red+Green+Blue) = 108+94+155=357 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.25% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C5E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5E9B is #93A164. Grayscale: #686868. Windows color (decimal): -9675109 or 10182252. OLE color: 10182252.

HSL color Cylindrical-coordinate representation of color #6C5E9B: hue angle of 253.77º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C5E9B is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10894155-
CMYK0.300.3900.39
HSL253.77º24.5%48.82%-
HSV(B)253.77º39.35%60.78%-
XYZ16.113.5632.78-
YUV105.14156.14130.04-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.25%
GREEN value IS 94 (37.11% from 255) = 26.33%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=30.25%
G=26.33%
B=43.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal108941550.300.3900.39253.7724.548.82
Hex6C5E9B1E27027fe1831
Octal15413623336470473763061
Binary11011001011110100110111111010011101001111111111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,94,155); }

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

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

 a { background-color: rgb(108,94,155); }

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

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

 span { border-color: rgb(108,94,155); }

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