#6B5AD1

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

Shades of Slate Blue #6B5AD1

Tints of Slate Blue #6B5AD1

Color information

#6B5AD1 (or 0x6B5AD1) is unknown color: approx Slate Blue. HEX triplet: 6B, 5A and D1. RGB value is (107,90,209). Sum of RGB (Red+Green+Blue) = 107+90+209=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 209 (82.03% from 255 or 51.48% from 406); Max value from RGB is 209 - color contains mainly: blue. Hex color #6B5AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5AD1 is #94A52E. Grayscale: #6C6C6C. Windows color (decimal): -9741615 or 13720171. OLE color: 13720171.

HSL color Cylindrical-coordinate representation of color #6B5AD1: hue angle of 248.57º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B5AD1 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10790209-
CMYK0.490.5700.18
HSL248.57º56.4%58.63%-
HSV(B)248.57º56.94%81.96%-
XYZ21.2315.0462.11-
YUV108.65184.63126.82-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.35%
GREEN value IS 90 (35.55% from 255) = 22.17%
BLUE value IS 209 (82.03% from 255) = 51.48%
R=26.35%
G=22.17%
B=51.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal107902090.490.5700.18248.5756.458.63
Hex6B5AD13139012f9383b
Octal15313232161710223717073
Binary110101110110101101000111000111100101001011111001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,90,209); }

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

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

 a { background-color: rgb(107,90,209); }

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

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

 span { border-color: rgb(107,90,209); }

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