#6e5bcd

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

Shades of Slate Blue #6E5BCD

Tints of Slate Blue #6E5BCD

Color information

#6E5BCD (or 0x6E5BCD) is unknown color: approx Slate Blue. HEX triplet: 6E, 5B and CD. RGB value is (110,91,205). Sum of RGB (Red+Green+Blue) = 110+91+205=406 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.09% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E5BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5BCD is #91A432. Grayscale: #6D6D6D. Windows color (decimal): -9544755 or 13458286. OLE color: 13458286.

HSL color Cylindrical-coordinate representation of color #6E5BCD: hue angle of 250º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E5BCD is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11091205-
CMYK0.460.5600.20
HSL250º53.27%58.04%-
HSV(B)250º55.61%80.39%-
XYZ21.1915.259.58-
YUV109.68181.79128.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.09%
GREEN value IS 91 (35.94% from 255) = 22.41%
BLUE value IS 205 (80.47% from 255) = 50.49%
R=27.09%
G=22.41%
B=50.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal110912050.460.5600.2025053.2758.04
Hex6E5BCD2E38014fa353a
Octal15613331556700243726572
Binary110111010110111100110110111011100001010011111010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e5bcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,91,205); }

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

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

 a { background-color: rgb(110,91,205); }

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

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

 span { border-color: rgb(110,91,205); }

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