#655EE0

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

Shades of Slate Blue #655EE0

Tints of Slate Blue #655EE0

Color information

#655EE0 (or 0x655EE0) is unknown color: approx Slate Blue. HEX triplet: 65, 5E and E0. RGB value is (101,94,224). Sum of RGB (Red+Green+Blue) = 101+94+224=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #655EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655EE0 is #9AA11F. Grayscale: #6E6E6E. Windows color (decimal): -10133792 or 14704229. OLE color: 14704229.

HSL color Cylindrical-coordinate representation of color #655EE0: hue angle of 243.23º 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 #655EE0 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10194224-
CMYK0.550.5800.12
HSL243.23º67.71%62.35%-
HSV(B)243.23º58.04%87.84%-
XYZ22.8216.1572.44-
YUV110.91191.82120.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.11%
GREEN value IS 94 (37.11% from 255) = 22.43%
BLUE value IS 224 (87.89% from 255) = 53.46%
R=24.11%
G=22.43%
B=53.46%

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
Decimal101942240.550.5800.12243.2367.7162.35
Hex655EE0373A0Cf3443e
Octal145136340677201436310476
Binary110010110111101110000011011111101001100111100111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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