#6B5AC3

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

Shades of Slate Blue #6B5AC3

Tints of Slate Blue #6B5AC3

Color information

#6B5AC3 (or 0x6B5AC3) is unknown color: approx Slate Blue. HEX triplet: 6B, 5A and C3. RGB value is (107,90,195). Sum of RGB (Red+Green+Blue) = 107+90+195=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 195 (76.56% from 255 or 49.74% from 392); Max value from RGB is 195 - color contains mainly: blue. Hex color #6B5AC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5AC3 is #94A53C. Grayscale: #6A6A6A. Windows color (decimal): -9741629 or 12802667. OLE color: 12802667.

HSL color Cylindrical-coordinate representation of color #6B5AC3: hue angle of 249.71º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B5AC3 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10790195-
CMYK0.450.5400.24
HSL249.71º46.67%55.88%-
HSV(B)249.71º53.85%76.47%-
XYZ19.5714.3853.37-
YUV107.05177.63127.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.30%
GREEN value IS 90 (35.55% from 255) = 22.96%
BLUE value IS 195 (76.56% from 255) = 49.74%
R=27.30%
G=22.96%
B=49.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal107901950.450.5400.24249.7146.6755.88
Hex6B5AC32D36018fa2f38
Octal15313230355660303725770
Binary110101110110101100001110110111011001100011111010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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