#6E52CF

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

Shades of Slate Blue #6E52CF

Tints of Slate Blue #6E52CF

Color information

#6E52CF (or 0x6E52CF) is unknown color: approx Slate Blue. HEX triplet: 6E, 52 and CF. RGB value is (110,82,207). Sum of RGB (Red+Green+Blue) = 110+82+207=399 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.57% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E52CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E52CF is #91AD30. Grayscale: #686868. Windows color (decimal): -9547057 or 13587054. OLE color: 13587054.

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

Color convert

RGB11082207-
CMYK0.470.6000.19
HSL253.44º56.56%56.67%-
HSV(B)253.44º60.39%81.18%-
XYZ20.7113.8560.61-
YUV104.62185.78131.84-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.57%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 207 (81.25% from 255) = 51.88%
R=27.57%
G=20.55%
B=51.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal110822070.470.6000.19253.4456.5656.67
Hex6E52CF2F3C013fd3939
Octal15612231757740233757171
Binary110111010100101100111110111111110001001111111101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E52CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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