#6459DA

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

Shades of Slate Blue #6459DA

Tints of Slate Blue #6459DA

Color information

#6459DA (or 0x6459DA) is unknown color: approx Slate Blue. HEX triplet: 64, 59 and DA. RGB value is (100,89,218). Sum of RGB (Red+Green+Blue) = 100+89+218=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #6459DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6459DA is #9BA625. Grayscale: #6A6A6A. Windows color (decimal): -10200614 or 14309732. OLE color: 14309732.

HSL color Cylindrical-coordinate representation of color #6459DA: hue angle of 245.12º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6459DA is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10089218-
CMYK0.540.5900.15
HSL245.12º63.55%60.2%-
HSV(B)245.12º59.17%85.49%-
XYZ21.4814.9268.08-
YUV107190.64123.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.57%
GREEN value IS 89 (35.16% from 255) = 21.87%
BLUE value IS 218 (85.55% from 255) = 53.56%
R=24.57%
G=21.87%
B=53.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal100892180.540.5900.15245.1263.5560.2
Hex6459DA363B0Ff5403c
Octal144131332667301736510074
Binary110010010110011101101011011011101101111111101011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6459DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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