#654FD3

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

Shades of Slate Blue #654FD3

Tints of Slate Blue #654FD3

Color information

#654FD3 (or 0x654FD3) is unknown color: approx Slate Blue. HEX triplet: 65, 4F and D3. RGB value is (101,79,211). Sum of RGB (Red+Green+Blue) = 101+79+211=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 211 (82.81% from 255 or 53.96% from 391); Max value from RGB is 211 - color contains mainly: blue. Hex color #654FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654FD3 is #9AB02C. Grayscale: #646464. Windows color (decimal): -10137645 or 13848421. OLE color: 13848421.

HSL color Cylindrical-coordinate representation of color #654FD3: hue angle of 250º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #654FD3 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10179211-
CMYK0.520.6300.17
HSL250º60%56.86%-
HSV(B)250º62.56%82.75%-
XYZ19.9213.0663.1-
YUV100.63190.29128.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.83%
GREEN value IS 79 (31.25% from 255) = 20.20%
BLUE value IS 211 (82.81% from 255) = 53.96%
R=25.83%
G=20.20%
B=53.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal101792110.520.6300.172506056.86
Hex654FD3343F011fa3c39
Octal14511732364770213727471
Binary110010110011111101001111010011111101000111111010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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