#6454CA

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

Shades of Slate Blue #6454CA

Tints of Slate Blue #6454CA

Color information

#6454CA (or 0x6454CA) is unknown color: approx Slate Blue. HEX triplet: 64, 54 and CA. RGB value is (100,84,202). Sum of RGB (Red+Green+Blue) = 100+84+202=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #6454CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6454CA is #9BAB35. Grayscale: #656565. Windows color (decimal): -10201910 or 13259876. OLE color: 13259876.

HSL color Cylindrical-coordinate representation of color #6454CA: hue angle of 248.14º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6454CA is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10084202-
CMYK0.500.5800.21
HSL248.14º52.68%56.08%-
HSV(B)248.14º58.42%79.22%-
XYZ19.0913.3157.44-
YUV102.24184.3126.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.91%
GREEN value IS 84 (33.20% from 255) = 21.76%
BLUE value IS 202 (79.30% from 255) = 52.33%
R=25.91%
G=21.76%
B=52.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal100842020.500.5800.21248.1452.6856.08
Hex6454CA323A015f83538
Octal14412431262720253706570
Binary110010010101001100101011001011101001010111111000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6454CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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