#655fe5

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

Shades of Slate Blue #655FE5

Tints of Slate Blue #655FE5

Color information

#655FE5 (or 0x655FE5) is unknown color: approx Slate Blue. HEX triplet: 65, 5F and E5. RGB value is (101,95,229). Sum of RGB (Red+Green+Blue) = 101+95+229=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #655FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FE5 is #9AA01A. Grayscale: #6F6F6F. Windows color (decimal): -10133531 or 15032165. OLE color: 15032165.

HSL color Cylindrical-coordinate representation of color #655FE5: hue angle of 242.69º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #655FE5 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10195229-
CMYK0.560.5900.10
HSL242.69º72.04%63.53%-
HSV(B)242.69º58.52%89.8%-
XYZ23.616.6176.09-
YUV112.07193.99120.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.76%
GREEN value IS 95 (37.5% from 255) = 22.35%
BLUE value IS 229 (89.84% from 255) = 53.88%
R=23.76%
G=22.35%
B=53.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal101952290.560.5900.10242.6972.0463.53
Hex655FE5383B0Af34840
Octal1451373457073012363110100
Binary1100101101111111100101111000111011010101111001110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655fe5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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