#6654C1

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

Shades of Slate Blue #6654C1

Tints of Slate Blue #6654C1

Color information

#6654C1 (or 0x6654C1) is unknown color: approx Slate Blue. HEX triplet: 66, 54 and C1. RGB value is (102,84,193). Sum of RGB (Red+Green+Blue) = 102+84+193=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #6654C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6654C1 is #99AB3E. Grayscale: #656565. Windows color (decimal): -10070847 or 12670054. OLE color: 12670054.

HSL color Cylindrical-coordinate representation of color #6654C1: hue angle of 249.91º 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 #6654C1 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10284193-
CMYK0.470.5600.24
HSL249.91º46.78%54.31%-
HSV(B)249.91º56.48%75.69%-
XYZ18.2813.0252-
YUV101.81179.46128.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 84 (33.20% from 255) = 22.16%
BLUE value IS 193 (75.78% from 255) = 50.92%
R=26.91%
G=22.16%
B=50.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal102841930.470.5600.24249.9146.7854.31
Hex6654C12F38018fa2f36
Octal14612430157700303725766
Binary110011010101001100000110111111100001100011111010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6654C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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