#6454C4

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

Shades of Slate Blue #6454C4

Tints of Slate Blue #6454C4

Color information

#6454C4 (or 0x6454C4) is unknown color: approx Slate Blue. HEX triplet: 64, 54 and C4. RGB value is (100,84,196). Sum of RGB (Red+Green+Blue) = 100+84+196=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 196 (76.95% from 255 or 51.58% from 380); Max value from RGB is 196 - color contains mainly: blue. Hex color #6454C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6454C4 is #9BAB3B. Grayscale: #656565. Windows color (decimal): -10201916 or 12866660. OLE color: 12866660.

HSL color Cylindrical-coordinate representation of color #6454C4: hue angle of 248.57º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6454C4 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10084196-
CMYK0.490.5700.23
HSL248.57º48.7%54.9%-
HSV(B)248.57º57.14%76.86%-
XYZ18.3913.0453.77-
YUV101.55181.3126.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.32%
GREEN value IS 84 (33.20% from 255) = 22.11%
BLUE value IS 196 (76.95% from 255) = 51.58%
R=26.32%
G=22.11%
B=51.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal100841960.490.5700.23248.5748.754.9
Hex6454C43139017f93137
Octal14412430461710273716167
Binary110010010101001100010011000111100101011111111001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6454C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6454C4; }

 p { color: rgb(100,84,196); }

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

<style>
 a { background-color: #6454C4; }

 a { background-color: rgb(100,84,196); }

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

<style>
 span { border-color: #6454C4; }

 span { border-color: rgb(100,84,196); }

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