#6B589E

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

Shades of Scampi #6B589E

Tints of Scampi #6B589E

Color information

#6B589E (or 0x6B589E) is unknown color: approx Scampi. HEX triplet: 6B, 58 and 9E. RGB value is (107,88,158). Sum of RGB (Red+Green+Blue) = 107+88+158=353 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.31% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B589E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B589E is #94A761. Grayscale: #656565. Windows color (decimal): -9742178 or 10377323. OLE color: 10377323.

HSL color Cylindrical-coordinate representation of color #6B589E: hue angle of 256.29º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B589E is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10788158-
CMYK0.320.4400.38
HSL256.29º28.46%48.24%-
HSV(B)256.29º44.3%61.96%-
XYZ15.7212.5733.95-
YUV101.66159.79131.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.31%
GREEN value IS 88 (34.77% from 255) = 24.93%
BLUE value IS 158 (62.11% from 255) = 44.76%
R=30.31%
G=24.93%
B=44.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107881580.320.4400.38256.2928.4648.24
Hex6B589E202C0261001c30
Octal15313023640540464003460
Binary1101011101100010011110100000101100010011010000000011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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