#654DDA

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

Shades of Slate Blue #654DDA

Tints of Slate Blue #654DDA

Color information

#654DDA (or 0x654DDA) is unknown color: approx Slate Blue. HEX triplet: 65, 4D and DA. RGB value is (101,77,218). Sum of RGB (Red+Green+Blue) = 101+77+218=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #654DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654DDA is #9AB225. Grayscale: #636363. Windows color (decimal): -10138150 or 14306661. OLE color: 14306661.

HSL color Cylindrical-coordinate representation of color #654DDA: hue angle of 250.21º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #654DDA is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10177218-
CMYK0.540.6500.15
HSL250.21º65.58%57.84%-
HSV(B)250.21º64.68%85.49%-
XYZ20.6813.1467.78-
YUV100.25194.45128.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.51%
GREEN value IS 77 (30.47% from 255) = 19.44%
BLUE value IS 218 (85.55% from 255) = 55.05%
R=25.51%
G=19.44%
B=55.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal101772180.540.6500.15250.2165.5857.84
Hex654DDA36410Ffa423a
Octal1451153326610101737210272
Binary1100101100110111011010110110100000101111111110101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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