#6B5E9B

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

Shades of Scampi #6B5E9B

Tints of Scampi #6B5E9B

Color information

#6B5E9B (or 0x6B5E9B) is unknown color: approx Scampi. HEX triplet: 6B, 5E and 9B. RGB value is (107,94,155). Sum of RGB (Red+Green+Blue) = 107+94+155=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B5E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5E9B is #94A164. Grayscale: #686868. Windows color (decimal): -9740645 or 10182251. OLE color: 10182251.

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

Color convert

RGB10794155-
CMYK0.310.3900.39
HSL252.79º24.5%48.82%-
HSV(B)252.79º39.35%60.78%-
XYZ15.9813.532.77-
YUV104.84156.31129.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.06%
GREEN value IS 94 (37.11% from 255) = 26.40%
BLUE value IS 155 (60.94% from 255) = 43.54%
R=30.06%
G=26.40%
B=43.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal107941550.310.3900.39252.7924.548.82
Hex6B5E9B1F27027fd1831
Octal15313623337470473753061
Binary11010111011110100110111111110011101001111111110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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