#655FD1

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

Shades of Slate Blue #655FD1

Tints of Slate Blue #655FD1

Color information

#655FD1 (or 0x655FD1) is unknown color: approx Slate Blue. HEX triplet: 65, 5F and D1. RGB value is (101,95,209). Sum of RGB (Red+Green+Blue) = 101+95+209=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 209 (82.03% from 255 or 51.60% from 405); Max value from RGB is 209 - color contains mainly: blue. Hex color #655FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FD1 is #9AA02E. Grayscale: #6D6D6D. Windows color (decimal): -10133551 or 13721445. OLE color: 13721445.

HSL color Cylindrical-coordinate representation of color #655FD1: hue angle of 243.16º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #655FD1 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10195209-
CMYK0.520.5500.18
HSL243.16º55.34%59.61%-
HSV(B)243.16º54.55%81.96%-
XYZ20.9715.5562.22-
YUV109.79183.99121.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.94%
GREEN value IS 95 (37.5% from 255) = 23.46%
BLUE value IS 209 (82.03% from 255) = 51.60%
R=24.94%
G=23.46%
B=51.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal101952090.520.5500.18243.1655.3459.61
Hex655FD13437012f3373c
Octal14513732164670223636774
Binary110010110111111101000111010011011101001011110011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,95,209); }

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

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

 a { background-color: rgb(101,95,209); }

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

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

 span { border-color: rgb(101,95,209); }

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