#6B40E9

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

Shades of Slate Blue #6B40E9

Tints of Slate Blue #6B40E9

Color information

#6B40E9 (or 0x6B40E9) is unknown color: approx Slate Blue. HEX triplet: 6B, 40 and E9. RGB value is (107,64,233). Sum of RGB (Red+Green+Blue) = 107+64+233=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 233 (91.41% from 255 or 57.67% from 404); Max value from RGB is 233 - color contains mainly: blue. Hex color #6B40E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B40E9 is #94BF16. Grayscale: #5F5F5F. Windows color (decimal): -9748247 or 15286379. OLE color: 15286379.

HSL color Cylindrical-coordinate representation of color #6B40E9: hue angle of 255.27º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B40E9 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10764233-
CMYK0.540.7300.09
HSL255.27º79.34%58.24%-
HSV(B)255.27º72.53%91.37%-
XYZ22.612.6878.35-
YUV96.12205.25135.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.49%
GREEN value IS 64 (25.39% from 255) = 15.84%
BLUE value IS 233 (91.41% from 255) = 57.67%
R=26.49%
G=15.84%
B=57.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal107642330.540.7300.09255.2779.3458.24
Hex6B40E9364909ff4f3a
Octal1531003516611101137711772
Binary1101011100000011101001110110100100101001111111111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B40E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,64,233); }

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

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

 a { background-color: rgb(107,64,233); }

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

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

 span { border-color: rgb(107,64,233); }

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