#655DD7

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

Shades of Slate Blue #655DD7

Tints of Slate Blue #655DD7

Color information

#655DD7 (or 0x655DD7) is unknown color: approx Slate Blue. HEX triplet: 65, 5D and D7. RGB value is (101,93,215). Sum of RGB (Red+Green+Blue) = 101+93+215=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 215 (84.38% from 255 or 52.57% from 409); Max value from RGB is 215 - color contains mainly: blue. Hex color #655DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DD7 is #9AA228. Grayscale: #6C6C6C. Windows color (decimal): -10134057 or 14114149. OLE color: 14114149.

HSL color Cylindrical-coordinate representation of color #655DD7: hue angle of 243.93º degrees, saturation: 0.6, 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 #655DD7 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10193215-
CMYK0.530.5700.16
HSL243.93º60.4%60.39%-
HSV(B)243.93º56.74%84.31%-
XYZ21.5515.566.15-
YUV109.3187.65122.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.69%
GREEN value IS 93 (36.72% from 255) = 22.74%
BLUE value IS 215 (84.38% from 255) = 52.57%
R=24.69%
G=22.74%
B=52.57%

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
Decimal101932150.530.5700.16243.9360.460.39
Hex655DD73539010f43c3c
Octal14513532765710203647474
Binary110010110111011101011111010111100101000011110100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,93,215); }

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

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

 a { background-color: rgb(101,93,215); }

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

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

 span { border-color: rgb(101,93,215); }

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