#6459DE

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

Shades of Slate Blue #6459DE

Tints of Slate Blue #6459DE

Color information

#6459DE (or 0x6459DE) is unknown color: approx Slate Blue. HEX triplet: 64, 59 and DE. RGB value is (100,89,222). Sum of RGB (Red+Green+Blue) = 100+89+222=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #6459DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6459DE is #9BA621. Grayscale: #6A6A6A. Windows color (decimal): -10200610 or 14571876. OLE color: 14571876.

HSL color Cylindrical-coordinate representation of color #6459DE: hue angle of 244.96º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6459DE is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10089222-
CMYK0.550.6000.13
HSL244.96º66.83%60.98%-
HSV(B)244.96º59.91%87.06%-
XYZ22.0115.1370.87-
YUV107.45192.64122.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.33%
GREEN value IS 89 (35.16% from 255) = 21.65%
BLUE value IS 222 (87.11% from 255) = 54.01%
R=24.33%
G=21.65%
B=54.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal100892220.550.6000.13244.9666.8360.98
Hex6459DE373C0Df5433d
Octal144131336677401536510375
Binary110010010110011101111011011111110001101111101011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6459DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6459DE; }

 p { color: rgb(100,89,222); }

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

<style>
 a { background-color: #6459DE; }

 a { background-color: rgb(100,89,222); }

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

<style>
 span { border-color: #6459DE; }

 span { border-color: rgb(100,89,222); }

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