#654EDF

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

Shades of Slate Blue #654EDF

Tints of Slate Blue #654EDF

Color information

#654EDF (or 0x654EDF) is unknown color: approx Slate Blue. HEX triplet: 65, 4E and DF. RGB value is (101,78,223). Sum of RGB (Red+Green+Blue) = 101+78+223=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #654EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654EDF is #9AB120. Grayscale: #646464. Windows color (decimal): -10137889 or 14634597. OLE color: 14634597.

HSL color Cylindrical-coordinate representation of color #654EDF: hue angle of 249.52º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #654EDF is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10178223-
CMYK0.550.6500.13
HSL249.52º69.38%59.02%-
HSV(B)249.52º65.02%87.45%-
XYZ21.4113.5471.3-
YUV101.41196.62127.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.12%
GREEN value IS 78 (30.86% from 255) = 19.40%
BLUE value IS 223 (87.5% from 255) = 55.47%
R=25.12%
G=19.40%
B=55.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal101782230.550.6500.13249.5269.3859.02
Hex654EDF37410Dfa453b
Octal1451163376710101537210573
Binary1100101100111011011111110111100000101101111110101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,78,223); }

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

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

 a { background-color: rgb(101,78,223); }

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

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

 span { border-color: rgb(101,78,223); }

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