#6C5F9B

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

Shades of Scampi #6C5F9B

Tints of Scampi #6C5F9B

Color information

#6C5F9B (or 0x6C5F9B) is unknown color: approx Scampi. HEX triplet: 6C, 5F and 9B. RGB value is (108,95,155). Sum of RGB (Red+Green+Blue) = 108+95+155=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C5F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5F9B is #93A064. Grayscale: #696969. Windows color (decimal): -9674853 or 10182508. OLE color: 10182508.

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

Color convert

RGB10895155-
CMYK0.300.3900.39
HSL253º24%49.02%-
HSV(B)253º38.71%60.78%-
XYZ16.1913.7432.81-
YUV105.73155.81129.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.17%
GREEN value IS 95 (37.5% from 255) = 26.54%
BLUE value IS 155 (60.94% from 255) = 43.30%
R=30.17%
G=26.54%
B=43.30%

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
Decimal108951550.300.3900.392532449.02
Hex6C5F9B1E27027fd1831
Octal15413723336470473753061
Binary11011001011111100110111111010011101001111111110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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