#6B599F

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

Shades of Scampi #6B599F

Tints of Scampi #6B599F

Color information

#6B599F (or 0x6B599F) is unknown color: approx Scampi. HEX triplet: 6B, 59 and 9F. RGB value is (107,89,159). Sum of RGB (Red+Green+Blue) = 107+89+159=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B599F is #94A660. Grayscale: #666666. Windows color (decimal): -9741921 or 10443115. OLE color: 10443115.

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

Color convert

RGB10789159-
CMYK0.330.4400.38
HSL255.43º28.23%48.63%-
HSV(B)255.43º44.03%62.35%-
XYZ15.8912.7734.43-
YUV102.36159.96131.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.14%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 159 (62.5% from 255) = 44.79%
R=30.14%
G=25.07%
B=44.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107891590.330.4400.38255.4328.2348.63
Hex6B599F212C026ff1c31
Octal15313123741540463773461
Binary110101110110011001111110000110110001001101111111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,89,159); }

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

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

 a { background-color: rgb(107,89,159); }

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

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

 span { border-color: rgb(107,89,159); }

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