#6B589B

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

Shades of Scampi #6B589B

Tints of Scampi #6B589B

Color information

#6B589B (or 0x6B589B) is unknown color: approx Scampi. HEX triplet: 6B, 58 and 9B. RGB value is (107,88,155). Sum of RGB (Red+Green+Blue) = 107+88+155=350 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.57% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B589B is #94A764. Grayscale: #656565. Windows color (decimal): -9742181 or 10180715. OLE color: 10180715.

HSL color Cylindrical-coordinate representation of color #6B589B: hue angle of 257.01º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B589B is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10788155-
CMYK0.310.4300.39
HSL257.01º27.57%47.65%-
HSV(B)257.01º43.23%60.78%-
XYZ15.4712.4732.6-
YUV101.32158.29132.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.57%
GREEN value IS 88 (34.77% from 255) = 25.14%
BLUE value IS 155 (60.94% from 255) = 44.29%
R=30.57%
G=25.14%
B=44.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal107881550.310.4300.39257.0127.5747.65
Hex6B589B1F2B0271011c30
Octal15313023337530474013460
Binary110101110110001001101111111101011010011110000000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,88,155); }

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

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

 a { background-color: rgb(107,88,155); }

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

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

 span { border-color: rgb(107,88,155); }

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