#6445E8

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

Shades of Slate Blue #6445E8

Tints of Slate Blue #6445E8

Color information

#6445E8 (or 0x6445E8) is unknown color: approx Slate Blue. HEX triplet: 64, 45 and E8. RGB value is (100,69,232). Sum of RGB (Red+Green+Blue) = 100+69+232=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 232 (91.02% from 255 or 57.86% from 401); Max value from RGB is 232 - color contains mainly: blue. Hex color #6445E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6445E8 is #9BBA17. Grayscale: #606060. Windows color (decimal): -10205720 or 15222116. OLE color: 15222116.

HSL color Cylindrical-coordinate representation of color #6445E8: hue angle of 251.41º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6445E8 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10069232-
CMYK0.570.7000.09
HSL251.41º77.99%59.02%-
HSV(B)251.41º70.26%90.98%-
XYZ21.9512.7977.66-
YUV96.85204.27130.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.94%
GREEN value IS 69 (27.34% from 255) = 17.21%
BLUE value IS 232 (91.02% from 255) = 57.86%
R=24.94%
G=17.21%
B=57.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal100692320.570.7000.09251.4177.9959.02
Hex6445E8394609fb4e3b
Octal1441053507110601137311673
Binary1100100100010111101000111001100011001001111110111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6445E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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