#654DC1

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

Shades of Slate Blue #654DC1

Tints of Slate Blue #654DC1

Color information

#654DC1 (or 0x654DC1) is unknown color: approx Slate Blue. HEX triplet: 65, 4D and C1. RGB value is (101,77,193). Sum of RGB (Red+Green+Blue) = 101+77+193=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #654DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654DC1 is #9AB23E. Grayscale: #606060. Windows color (decimal): -10138175 or 12668261. OLE color: 12668261.

HSL color Cylindrical-coordinate representation of color #654DC1: hue angle of 252.41º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #654DC1 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10177193-
CMYK0.480.6000.24
HSL252.41º48.33%52.94%-
HSV(B)252.41º60.1%75.69%-
XYZ17.6511.9251.82-
YUV97.4181.95130.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.22%
GREEN value IS 77 (30.47% from 255) = 20.75%
BLUE value IS 193 (75.78% from 255) = 52.02%
R=27.22%
G=20.75%
B=52.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101771930.480.6000.24252.4148.3352.94
Hex654DC1303C018fc3035
Octal14511530160740303746065
Binary110010110011011100000111000011110001100011111100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,77,193); }

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

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

 a { background-color: rgb(101,77,193); }

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

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

 span { border-color: rgb(101,77,193); }

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