#654FE3

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

Shades of Slate Blue #654FE3

Tints of Slate Blue #654FE3

Color information

#654FE3 (or 0x654FE3) is unknown color: approx Slate Blue. HEX triplet: 65, 4F and E3. RGB value is (101,79,227). Sum of RGB (Red+Green+Blue) = 101+79+227=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 227 (89.06% from 255 or 55.77% from 407); Max value from RGB is 227 - color contains mainly: blue. Hex color #654FE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654FE3 is #9AB01C. Grayscale: #656565. Windows color (decimal): -10137629 or 14896997. OLE color: 14896997.

HSL color Cylindrical-coordinate representation of color #654FE3: hue angle of 248.92º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #654FE3 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10179227-
CMYK0.560.6500.11
HSL248.92º72.55%60%-
HSV(B)248.92º65.2%89.02%-
XYZ22.0313.974.2-
YUV102.45198.29126.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.82%
GREEN value IS 79 (31.25% from 255) = 19.41%
BLUE value IS 227 (89.06% from 255) = 55.77%
R=24.82%
G=19.41%
B=55.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal101792270.560.6500.11248.9272.5560
Hex654FE338410Bf9493c
Octal1451173437010101337111174
Binary1100101100111111100011111000100000101011111110011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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