#6A5BC0

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

Shades of Slate Blue #6A5BC0

Tints of Slate Blue #6A5BC0

Color information

#6A5BC0 (or 0x6A5BC0) is unknown color: approx Slate Blue. HEX triplet: 6A, 5B and C0. RGB value is (106,91,192). Sum of RGB (Red+Green+Blue) = 106+91+192=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #6A5BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5BC0 is #95A43F. Grayscale: #6A6A6A. Windows color (decimal): -9806912 or 12606314. OLE color: 12606314.

HSL color Cylindrical-coordinate representation of color #6A5BC0: hue angle of 248.91º degrees, saturation: 0.44, 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 #6A5BC0 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10691192-
CMYK0.450.5300.25
HSL248.91º44.49%55.49%-
HSV(B)248.91º52.6%75.29%-
XYZ19.214.3551.63-
YUV107175.97127.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.25%
GREEN value IS 91 (35.94% from 255) = 23.39%
BLUE value IS 192 (75.39% from 255) = 49.36%
R=27.25%
G=23.39%
B=49.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106911920.450.5300.25248.9144.4955.49
Hex6A5BC02D35019f92c37
Octal15213330055650313715467
Binary110101010110111100000010110111010101100111111001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,91,192); }

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

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

 a { background-color: rgb(106,91,192); }

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

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

 span { border-color: rgb(106,91,192); }

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