#655DE0

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

Shades of Slate Blue #655DE0

Tints of Slate Blue #655DE0

Color information

#655DE0 (or 0x655DE0) is unknown color: approx Slate Blue. HEX triplet: 65, 5D and E0. RGB value is (101,93,224). Sum of RGB (Red+Green+Blue) = 101+93+224=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #655DE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DE0 is #9AA21F. Grayscale: #6D6D6D. Windows color (decimal): -10134048 or 14703973. OLE color: 14703973.

HSL color Cylindrical-coordinate representation of color #655DE0: hue angle of 243.66º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #655DE0 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10193224-
CMYK0.550.5800.12
HSL243.66º67.88%62.16%-
HSV(B)243.66º58.48%87.84%-
XYZ22.7415.9872.41-
YUV110.33192.15121.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.16%
GREEN value IS 93 (36.72% from 255) = 22.25%
BLUE value IS 224 (87.89% from 255) = 53.59%
R=24.16%
G=22.25%
B=53.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal101932240.550.5800.12243.6667.8862.16
Hex655DE0373A0Cf4443e
Octal145135340677201436410476
Binary110010110111011110000011011111101001100111101001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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