#655CD5

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

Shades of Slate Blue #655CD5

Tints of Slate Blue #655CD5

Color information

#655CD5 (or 0x655CD5) is unknown color: approx Slate Blue. HEX triplet: 65, 5C and D5. RGB value is (101,92,213). Sum of RGB (Red+Green+Blue) = 101+92+213=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 213 (83.59% from 255 or 52.46% from 406); Max value from RGB is 213 - color contains mainly: blue. Hex color #655CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655CD5 is #9AA32A. Grayscale: #6C6C6C. Windows color (decimal): -10134315 or 13982821. OLE color: 13982821.

HSL color Cylindrical-coordinate representation of color #655CD5: hue angle of 244.46º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #655CD5 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10192213-
CMYK0.530.5700.16
HSL244.46º59.02%59.8%-
HSV(B)244.46º56.81%83.53%-
XYZ21.215.2364.77-
YUV108.48186.98122.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.88%
GREEN value IS 92 (36.33% from 255) = 22.66%
BLUE value IS 213 (83.59% from 255) = 52.46%
R=24.88%
G=22.66%
B=52.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal101922130.530.5700.16244.4659.0259.8
Hex655CD53539010f43b3c
Octal14513432565710203647374
Binary110010110111001101010111010111100101000011110100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655CD5; }

 p { color: rgb(101,92,213); }

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

<style>
 a { background-color: #655CD5; }

 a { background-color: rgb(101,92,213); }

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

<style>
 span { border-color: #655CD5; }

 span { border-color: rgb(101,92,213); }

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