#6457DA

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

Shades of Slate Blue #6457DA

Tints of Slate Blue #6457DA

Color information

#6457DA (or 0x6457DA) is unknown color: approx Slate Blue. HEX triplet: 64, 57 and DA. RGB value is (100,87,218). Sum of RGB (Red+Green+Blue) = 100+87+218=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #6457DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6457DA is #9BA825. Grayscale: #696969. Windows color (decimal): -10201126 or 14309220. OLE color: 14309220.

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

Color convert

RGB10087218-
CMYK0.540.6000.15
HSL245.95º63.9%59.8%-
HSV(B)245.95º60.09%85.49%-
XYZ21.3214.5968.02-
YUV105.82191.31123.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.69%
GREEN value IS 87 (34.38% from 255) = 21.48%
BLUE value IS 218 (85.55% from 255) = 53.83%
R=24.69%
G=21.48%
B=53.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal100872180.540.6000.15245.9563.959.8
Hex6457DA363C0Ff6403c
Octal144127332667401736610074
Binary110010010101111101101011011011110001111111101101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6457DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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