#6E45CF

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

Shades of Slate Blue #6E45CF

Tints of Slate Blue #6E45CF

Color information

#6E45CF (or 0x6E45CF) is unknown color: approx Slate Blue. HEX triplet: 6E, 45 and CF. RGB value is (110,69,207). Sum of RGB (Red+Green+Blue) = 110+69+207=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E45CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E45CF is #91BA30. Grayscale: #606060. Windows color (decimal): -9550385 or 13583726. OLE color: 13583726.

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

Color convert

RGB11069207-
CMYK0.470.6700.19
HSL257.83º58.97%54.12%-
HSV(B)257.83º66.67%81.18%-
XYZ19.8212.0860.32-
YUV96.99190.08137.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.50%
GREEN value IS 69 (27.34% from 255) = 17.88%
BLUE value IS 207 (81.25% from 255) = 53.63%
R=28.50%
G=17.88%
B=53.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal110692070.470.6700.19257.8358.9754.12
Hex6E45CF2F430131023b36
Octal156105317571030234027366
Binary11011101000101110011111011111000011010011100000010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E45CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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