#655BD9

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

Shades of Slate Blue #655BD9

Tints of Slate Blue #655BD9

Color information

#655BD9 (or 0x655BD9) is unknown color: approx Slate Blue. HEX triplet: 65, 5B and D9. RGB value is (101,91,217). Sum of RGB (Red+Green+Blue) = 101+91+217=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 217 (85.16% from 255 or 53.06% from 409); Max value from RGB is 217 - color contains mainly: blue. Hex color #655BD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BD9 is #9AA426. Grayscale: #6B6B6B. Windows color (decimal): -10134567 or 14244709. OLE color: 14244709.

HSL color Cylindrical-coordinate representation of color #655BD9: hue angle of 244.76º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #655BD9 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10191217-
CMYK0.530.5800.15
HSL244.76º62.38%60.39%-
HSV(B)244.76º58.06%85.1%-
XYZ21.6315.2667.45-
YUV108.35189.31122.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.69%
GREEN value IS 91 (35.94% from 255) = 22.25%
BLUE value IS 217 (85.16% from 255) = 53.06%
R=24.69%
G=22.25%
B=53.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal101912170.530.5800.15244.7662.3860.39
Hex655BD9353A0Ff53e3c
Octal14513333165720173657674
Binary11001011011011110110011101011110100111111110101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,91,217); }

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

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

 a { background-color: rgb(101,91,217); }

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

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

 span { border-color: rgb(101,91,217); }

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