#6554C1

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

Shades of Slate Blue #6554C1

Tints of Slate Blue #6554C1

Color information

#6554C1 (or 0x6554C1) is unknown color: approx Slate Blue. HEX triplet: 65, 54 and C1. RGB value is (101,84,193). Sum of RGB (Red+Green+Blue) = 101+84+193=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #6554C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6554C1 is #9AAB3E. Grayscale: #656565. Windows color (decimal): -10136383 or 12670053. OLE color: 12670053.

HSL color Cylindrical-coordinate representation of color #6554C1: hue angle of 249.36º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6554C1 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10184193-
CMYK0.480.5600.24
HSL249.36º46.78%54.31%-
HSV(B)249.36º56.48%75.69%-
XYZ18.1612.9652-
YUV101.51179.63127.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.72%
GREEN value IS 84 (33.20% from 255) = 22.22%
BLUE value IS 193 (75.78% from 255) = 51.06%
R=26.72%
G=22.22%
B=51.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101841930.480.5600.24249.3646.7854.31
Hex6554C13038018f92f36
Octal14512430160700303715766
Binary110010110101001100000111000011100001100011111001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6554C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6554C1; }

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

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

<style>
 a { background-color: #6554C1; }

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

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

<style>
 span { border-color: #6554C1; }

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

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