#6E52CB

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

Shades of Slate Blue #6E52CB

Tints of Slate Blue #6E52CB

Color information

#6E52CB (or 0x6E52CB) is unknown color: approx Slate Blue. HEX triplet: 6E, 52 and CB. RGB value is (110,82,203). Sum of RGB (Red+Green+Blue) = 110+82+203=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E52CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E52CB is #91AD34. Grayscale: #676767. Windows color (decimal): -9547061 or 13324910. OLE color: 13324910.

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

Color convert

RGB11082203-
CMYK0.460.6000.20
HSL253.88º53.78%55.88%-
HSV(B)253.88º59.61%79.61%-
XYZ20.2313.6658.07-
YUV104.17183.78132.16-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.85%
GREEN value IS 82 (32.42% from 255) = 20.76%
BLUE value IS 203 (79.69% from 255) = 51.39%
R=27.85%
G=20.76%
B=51.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal110822030.460.6000.20253.8853.7855.88
Hex6E52CB2E3C014fe3638
Octal15612231356740243766670
Binary110111010100101100101110111011110001010011111110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E52CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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