#6454C0

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

Shades of Slate Blue #6454C0

Tints of Slate Blue #6454C0

Color information

#6454C0 (or 0x6454C0) is unknown color: approx Slate Blue. HEX triplet: 64, 54 and C0. RGB value is (100,84,192). Sum of RGB (Red+Green+Blue) = 100+84+192=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #6454C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6454C0 is #9BAB3F. Grayscale: #646464. Windows color (decimal): -10201920 or 12604516. OLE color: 12604516.

HSL color Cylindrical-coordinate representation of color #6454C0: hue angle of 248.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6454C0 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10084192-
CMYK0.480.5600.25
HSL248.89º46.15%54.12%-
HSV(B)248.89º56.25%75.29%-
XYZ17.9412.8651.41-
YUV101.1179.3127.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.60%
GREEN value IS 84 (33.20% from 255) = 22.34%
BLUE value IS 192 (75.39% from 255) = 51.06%
R=26.60%
G=22.34%
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.25
SystemRedGreenBlueCMYKHSL
Decimal100841920.480.5600.25248.8946.1554.12
Hex6454C03038019f92e36
Octal14412430060700313715666
Binary110010010101001100000011000011100001100111111001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6454C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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