#6C5AC3

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

Shades of Slate Blue #6C5AC3

Tints of Slate Blue #6C5AC3

Color information

#6C5AC3 (or 0x6C5AC3) is unknown color: approx Slate Blue. HEX triplet: 6C, 5A and C3. RGB value is (108,90,195). Sum of RGB (Red+Green+Blue) = 108+90+195=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 195 (76.56% from 255 or 49.62% from 393); Max value from RGB is 195 - color contains mainly: blue. Hex color #6C5AC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5AC3 is #93A53C. Grayscale: #6A6A6A. Windows color (decimal): -9676093 or 12802668. OLE color: 12802668.

HSL color Cylindrical-coordinate representation of color #6C5AC3: hue angle of 250.29º 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 #6C5AC3 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10890195-
CMYK0.450.5400.24
HSL250.29º46.67%55.88%-
HSV(B)250.29º53.85%76.47%-
XYZ19.6914.4453.38-
YUV107.35177.46128.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.48%
GREEN value IS 90 (35.55% from 255) = 22.90%
BLUE value IS 195 (76.56% from 255) = 49.62%
R=27.48%
G=22.90%
B=49.62%

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
Decimal108901950.450.5400.24250.2946.6755.88
Hex6C5AC32D36018fa2f38
Octal15413230355660303725770
Binary110110010110101100001110110111011001100011111010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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