#6450E5

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

Shades of Slate Blue #6450E5

Tints of Slate Blue #6450E5

Color information

#6450E5 (or 0x6450E5) is unknown color: approx Slate Blue. HEX triplet: 64, 50 and E5. RGB value is (100,80,229). Sum of RGB (Red+Green+Blue) = 100+80+229=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 229 (89.84% from 255 or 55.99% from 409); Max value from RGB is 229 - color contains mainly: blue. Hex color #6450E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6450E5 is #9BAF1A. Grayscale: #666666. Windows color (decimal): -10202907 or 15028324. OLE color: 15028324.

HSL color Cylindrical-coordinate representation of color #6450E5: hue angle of 248.05º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6450E5 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10080229-
CMYK0.560.6500.10
HSL248.05º74.13%60.59%-
HSV(B)248.05º65.07%89.8%-
XYZ22.2714.175.68-
YUV102.97199.13125.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.45%
GREEN value IS 80 (31.64% from 255) = 19.56%
BLUE value IS 229 (89.84% from 255) = 55.99%
R=24.45%
G=19.56%
B=55.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal100802290.560.6500.10248.0574.1360.59
Hex6450E538410Af84a3d
Octal1441203457010101237011275
Binary1100100101000011100101111000100000101010111110001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6450E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6450E5; }

 p { color: rgb(100,80,229); }

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

<style>
 a { background-color: #6450E5; }

 a { background-color: rgb(100,80,229); }

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

<style>
 span { border-color: #6450E5; }

 span { border-color: rgb(100,80,229); }

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