#6455d8

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

Shades of Slate Blue #6455D8

Tints of Slate Blue #6455D8

Color information

#6455D8 (or 0x6455D8) is unknown color: approx Slate Blue. HEX triplet: 64, 55 and D8. RGB value is (100,85,216). Sum of RGB (Red+Green+Blue) = 100+85+216=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 216 (84.77% from 255 or 53.87% from 401); Max value from RGB is 216 - color contains mainly: blue. Hex color #6455D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6455D8 is #9BAA27. Grayscale: #676767. Windows color (decimal): -10201640 or 14177636. OLE color: 14177636.

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

Color convert

RGB10085216-
CMYK0.540.6100.15
HSL246.87º62.68%59.02%-
HSV(B)246.87º60.65%84.71%-
XYZ20.914.1666.6-
YUV104.42190.97124.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.94%
GREEN value IS 85 (33.59% from 255) = 21.20%
BLUE value IS 216 (84.77% from 255) = 53.87%
R=24.94%
G=21.20%
B=53.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal100852160.540.6100.15246.8762.6859.02
Hex6455D8363D0Ff73f3b
Octal14412533066750173677773
Binary11001001010101110110001101101111010111111110111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6455d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6455d8; }

 p { color: rgb(100,85,216); }

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

<style>
 a { background-color: #6455d8; }

 a { background-color: rgb(100,85,216); }

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

<style>
 span { border-color: #6455d8; }

 span { border-color: rgb(100,85,216); }

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