#6445E1

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

Shades of Slate Blue #6445E1

Tints of Slate Blue #6445E1

Color information

#6445E1 (or 0x6445E1) is unknown color: approx Slate Blue. HEX triplet: 64, 45 and E1. RGB value is (100,69,225). Sum of RGB (Red+Green+Blue) = 100+69+225=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 69 (27.34% from 255 or 17.51% 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 #6445E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6445E1 is #9BBA1E. Grayscale: #5F5F5F. Windows color (decimal): -10205727 or 14763364. OLE color: 14763364.

HSL color Cylindrical-coordinate representation of color #6445E1: hue angle of 251.92º 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 #6445E1 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10069225-
CMYK0.560.6900.12
HSL251.92º72.22%57.65%-
HSV(B)251.92º69.33%88.24%-
XYZ20.9712.472.52-
YUV96.05200.77130.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.38%
GREEN value IS 69 (27.34% from 255) = 17.51%
BLUE value IS 225 (88.28% from 255) = 57.11%
R=25.38%
G=17.51%
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
Decimal100692250.560.6900.12251.9272.2257.65
Hex6445E138450Cfc483a
Octal1441053417010501437411072
Binary1100100100010111100001111000100010101100111111001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6445E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,69,225); }

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

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

 a { background-color: rgb(100,69,225); }

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

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

 span { border-color: rgb(100,69,225); }

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