#6D5AC0

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

Shades of Slate Blue #6D5AC0

Tints of Slate Blue #6D5AC0

Color information

#6D5AC0 (or 0x6D5AC0) is unknown color: approx Slate Blue. HEX triplet: 6D, 5A and C0. RGB value is (109,90,192). Sum of RGB (Red+Green+Blue) = 109+90+192=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #6D5AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5AC0 is #92A53F. Grayscale: #6A6A6A. Windows color (decimal): -9610560 or 12606061. OLE color: 12606061.

HSL color Cylindrical-coordinate representation of color #6D5AC0: hue angle of 251.18º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D5AC0 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10990192-
CMYK0.430.5300.25
HSL251.18º44.74%55.29%-
HSV(B)251.18º53.12%75.29%-
XYZ19.4814.3751.62-
YUV107.31175.79129.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.88%
GREEN value IS 90 (35.55% from 255) = 23.02%
BLUE value IS 192 (75.39% from 255) = 49.10%
R=27.88%
G=23.02%
B=49.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109901920.430.5300.25251.1844.7455.29
Hex6D5AC02B35019fb2d37
Octal15513230053650313735567
Binary110110110110101100000010101111010101100111111011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,90,192); }

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

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

 a { background-color: rgb(109,90,192); }

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

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

 span { border-color: rgb(109,90,192); }

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