#6E5FCA

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

Shades of Slate Blue #6E5FCA

Tints of Slate Blue #6E5FCA

Color information

#6E5FCA (or 0x6E5FCA) is unknown color: approx Slate Blue. HEX triplet: 6E, 5F and CA. RGB value is (110,95,202). Sum of RGB (Red+Green+Blue) = 110+95+202=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E5FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5FCA is #91A035. Grayscale: #6F6F6F. Windows color (decimal): -9543734 or 13262702. OLE color: 13262702.

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

Color convert

RGB11095202-
CMYK0.460.5300.21
HSL248.41º50.23%58.24%-
HSV(B)248.41º52.97%79.22%-
XYZ21.1815.7657.8-
YUV111.68178.97126.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.03%
GREEN value IS 95 (37.5% from 255) = 23.34%
BLUE value IS 202 (79.30% from 255) = 49.63%
R=27.03%
G=23.34%
B=49.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal110952020.460.5300.21248.4150.2358.24
Hex6E5FCA2E35015f8323a
Octal15613731256650253706272
Binary110111010111111100101010111011010101010111111000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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