#6246E3

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

Shades of Slate Blue #6246E3

Tints of Slate Blue #6246E3

Color information

#6246E3 (or 0x6246E3) is unknown color: approx Slate Blue. HEX triplet: 62, 46 and E3. RGB value is (98,70,227). Sum of RGB (Red+Green+Blue) = 98+70+227=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 227 (89.06% from 255 or 57.47% from 395); Max value from RGB is 227 - color contains mainly: blue. Hex color #6246E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6246E3 is #9DB91C. Grayscale: #5F5F5F. Windows color (decimal): -10336541 or 14894690. OLE color: 14894690.

HSL color Cylindrical-coordinate representation of color #6246E3: hue angle of 250.7º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6246E3 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9870227-
CMYK0.570.6900.11
HSL250.7º73.71%58.24%-
HSV(B)250.7º69.16%89.02%-
XYZ21.0912.5273.98-
YUV96.27201.78129.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.81%
GREEN value IS 70 (27.73% from 255) = 17.72%
BLUE value IS 227 (89.06% from 255) = 57.47%
R=24.81%
G=17.72%
B=57.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal98702270.570.6900.11250.773.7158.24
Hex6246E339450Bfb4a3a
Octal1421063437110501337311272
Binary1100010100011011100011111001100010101011111110111001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6246E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6246E3; }

 p { color: rgb(98,70,227); }

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

<style>
 a { background-color: #6246E3; }

 a { background-color: rgb(98,70,227); }

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

<style>
 span { border-color: #6246E3; }

 span { border-color: rgb(98,70,227); }

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