#6455DE

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

Shades of Slate Blue #6455DE

Tints of Slate Blue #6455DE

Color information

#6455DE (or 0x6455DE) is unknown color: approx Slate Blue. HEX triplet: 64, 55 and DE. RGB value is (100,85,222). Sum of RGB (Red+Green+Blue) = 100+85+222=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #6455DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6455DE is #9BAA21. Grayscale: #686868. Windows color (decimal): -10201634 or 14570852. OLE color: 14570852.

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

Color convert

RGB10085222-
CMYK0.550.6200.13
HSL246.57º67.49%60.2%-
HSV(B)246.57º61.71%87.06%-
XYZ21.6914.4870.76-
YUV105.1193.97124.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.57%
GREEN value IS 85 (33.59% from 255) = 20.88%
BLUE value IS 222 (87.11% from 255) = 54.55%
R=24.57%
G=20.88%
B=54.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal100852220.550.6200.13246.5767.4960.2
Hex6455DE373E0Df7433c
Octal144125336677601536710374
Binary110010010101011101111011011111111001101111101111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6455DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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