#654CD0

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

Shades of Slate Blue #654CD0

Tints of Slate Blue #654CD0

Color information

#654CD0 (or 0x654CD0) is unknown color: approx Slate Blue. HEX triplet: 65, 4C and D0. RGB value is (101,76,208). Sum of RGB (Red+Green+Blue) = 101+76+208=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #654CD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654CD0 is #9AB32F. Grayscale: #626262. Windows color (decimal): -10138416 or 13651045. OLE color: 13651045.

HSL color Cylindrical-coordinate representation of color #654CD0: hue angle of 251.36º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #654CD0 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10176208-
CMYK0.510.6300.18
HSL251.36º58.41%55.69%-
HSV(B)251.36º63.46%81.57%-
XYZ19.3412.4961.07-
YUV98.52189.78129.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.23%
GREEN value IS 76 (30.08% from 255) = 19.74%
BLUE value IS 208 (81.64% from 255) = 54.03%
R=26.23%
G=19.74%
B=54.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal101762080.510.6300.18251.3658.4155.69
Hex654CD0333F012fb3a38
Octal14511432063770223737270
Binary110010110011001101000011001111111101001011111011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,76,208); }

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

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

 a { background-color: rgb(101,76,208); }

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

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

 span { border-color: rgb(101,76,208); }

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