#6346E1

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

Shades of Slate Blue #6346E1

Tints of Slate Blue #6346E1

Color information

#6346E1 (or 0x6346E1) is unknown color: approx Slate Blue. HEX triplet: 63, 46 and E1. RGB value is (99,70,225). Sum of RGB (Red+Green+Blue) = 99+70+225=394 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.13% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 225 (88.28% from 255 or 57.11% from 394); Max value from RGB is 225 - color contains mainly: blue. Hex color #6346E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6346E1 is #9CB91E. Grayscale: #5F5F5F. Windows color (decimal): -10271007 or 14763619. OLE color: 14763619.

HSL color Cylindrical-coordinate representation of color #6346E1: hue angle of 251.23º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6346E1 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9970225-
CMYK0.560.6900.12
HSL251.23º72.09%57.84%-
HSV(B)251.23º68.89%88.24%-
XYZ20.9312.4772.54-
YUV96.34200.61129.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.13%
GREEN value IS 70 (27.73% from 255) = 17.77%
BLUE value IS 225 (88.28% from 255) = 57.11%
R=25.13%
G=17.77%
B=57.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal99702250.560.6900.12251.2372.0957.84
Hex6346E138450Cfb483a
Octal1431063417010501437311072
Binary1100011100011011100001111000100010101100111110111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6346E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6346E1; }

 p { color: rgb(99,70,225); }

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

<style>
 a { background-color: #6346E1; }

 a { background-color: rgb(99,70,225); }

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

<style>
 span { border-color: #6346E1; }

 span { border-color: rgb(99,70,225); }

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