#6E5FCF

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

Shades of Slate Blue #6E5FCF

Tints of Slate Blue #6E5FCF

Color information

#6E5FCF (or 0x6E5FCF) is unknown color: approx Slate Blue. HEX triplet: 6E, 5F and CF. RGB value is (110,95,207). Sum of RGB (Red+Green+Blue) = 110+95+207=412 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.70% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E5FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5FCF is #91A030. Grayscale: #6F6F6F. Windows color (decimal): -9543729 or 13590382. OLE color: 13590382.

HSL color Cylindrical-coordinate representation of color #6E5FCF: hue angle of 248.04º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E5FCF is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11095207-
CMYK0.470.5400.19
HSL248.04º53.85%59.22%-
HSV(B)248.04º54.11%81.18%-
XYZ21.791660.97-
YUV112.25181.47126.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.70%
GREEN value IS 95 (37.5% from 255) = 23.06%
BLUE value IS 207 (81.25% from 255) = 50.24%
R=26.70%
G=23.06%
B=50.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal110952070.470.5400.19248.0453.8559.22
Hex6E5FCF2F36013f8363b
Octal15613731757660233706673
Binary110111010111111100111110111111011001001111111000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,95,207); }

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

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

 a { background-color: rgb(110,95,207); }

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

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

 span { border-color: rgb(110,95,207); }

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