#654FE1

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

Shades of Slate Blue #654FE1

Tints of Slate Blue #654FE1

Color information

#654FE1 (or 0x654FE1) is unknown color: approx Slate Blue. HEX triplet: 65, 4F and E1. RGB value is (101,79,225). Sum of RGB (Red+Green+Blue) = 101+79+225=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 225 (88.28% from 255 or 55.56% from 405); Max value from RGB is 225 - color contains mainly: blue. Hex color #654FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654FE1 is #9AB01E. Grayscale: #656565. Windows color (decimal): -10137631 or 14765925. OLE color: 14765925.

HSL color Cylindrical-coordinate representation of color #654FE1: hue angle of 249.04º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #654FE1 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10179225-
CMYK0.550.6500.12
HSL249.04º70.87%59.61%-
HSV(B)249.04º64.89%88.24%-
XYZ21.7513.7972.75-
YUV102.22197.29127.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.94%
GREEN value IS 79 (31.25% from 255) = 19.51%
BLUE value IS 225 (88.28% from 255) = 55.56%
R=24.94%
G=19.51%
B=55.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal101792250.550.6500.12249.0470.8759.61
Hex654FE137410Cf9473c
Octal1451173416710101437110774
Binary1100101100111111100001110111100000101100111110011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654FE1; }

 p { color: rgb(101,79,225); }

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

<style>
 a { background-color: #654FE1; }

 a { background-color: rgb(101,79,225); }

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

<style>
 span { border-color: #654FE1; }

 span { border-color: rgb(101,79,225); }

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