#6B5ED5

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

Shades of Slate Blue #6B5ED5

Tints of Slate Blue #6B5ED5

Color information

#6B5ED5 (or 0x6B5ED5) is unknown color: approx Slate Blue. HEX triplet: 6B, 5E and D5. RGB value is (107,94,213). Sum of RGB (Red+Green+Blue) = 107+94+213=414 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.85% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 213 (83.59% from 255 or 51.45% from 414); Max value from RGB is 213 - color contains mainly: blue. Hex color #6B5ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5ED5 is #94A12A. Grayscale: #6E6E6E. Windows color (decimal): -9740587 or 13983339. OLE color: 13983339.

HSL color Cylindrical-coordinate representation of color #6B5ED5: hue angle of 246.55º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B5ED5 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10794213-
CMYK0.500.5600.16
HSL246.55º58.62%60.2%-
HSV(B)246.55º55.87%83.53%-
XYZ22.0815.9464.86-
YUV111.45185.31124.82-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.85%
GREEN value IS 94 (37.11% from 255) = 22.71%
BLUE value IS 213 (83.59% from 255) = 51.45%
R=25.85%
G=22.71%
B=51.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal107942130.500.5600.16246.5558.6260.2
Hex6B5ED53238010f73b3c
Octal15313632562700203677374
Binary110101110111101101010111001011100001000011110111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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