#655AC1

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

Shades of Slate Blue #655AC1

Tints of Slate Blue #655AC1

Color information

#655AC1 (or 0x655AC1) is unknown color: approx Slate Blue. HEX triplet: 65, 5A and C1. RGB value is (101,90,193). Sum of RGB (Red+Green+Blue) = 101+90+193=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #655AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655AC1 is #9AA53E. Grayscale: #686868. Windows color (decimal): -10134847 or 12671589. OLE color: 12671589.

HSL color Cylindrical-coordinate representation of color #655AC1: hue angle of 246.41º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #655AC1 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10190193-
CMYK0.480.5300.24
HSL246.41º45.37%55.49%-
HSV(B)246.41º53.37%75.69%-
XYZ18.6513.9352.16-
YUV105.03177.64125.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.30%
GREEN value IS 90 (35.55% from 255) = 23.44%
BLUE value IS 193 (75.78% from 255) = 50.26%
R=26.30%
G=23.44%
B=50.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101901930.480.5300.24246.4145.3755.49
Hex655AC13035018f62d37
Octal14513230160650303665567
Binary110010110110101100000111000011010101100011110110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,90,193); }

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

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

 a { background-color: rgb(101,90,193); }

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

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

 span { border-color: rgb(101,90,193); }

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