#6554E9

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

Shades of Slate Blue #6554E9

Tints of Slate Blue #6554E9

Color information

#6554E9 (or 0x6554E9) is unknown color: approx Slate Blue. HEX triplet: 65, 54 and E9. RGB value is (101,84,233). Sum of RGB (Red+Green+Blue) = 101+84+233=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 233 (91.41% from 255 or 55.74% from 418); Max value from RGB is 233 - color contains mainly: blue. Hex color #6554E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6554E9 is #9AAB16. Grayscale: #696969. Windows color (decimal): -10136343 or 15291493. OLE color: 15291493.

HSL color Cylindrical-coordinate representation of color #6554E9: hue angle of 246.85º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6554E9 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10184233-
CMYK0.570.6400.09
HSL246.85º77.2%62.16%-
HSV(B)246.85º63.95%91.37%-
XYZ23.2514.9978.76-
YUV106.07199.63124.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.16%
GREEN value IS 84 (33.20% from 255) = 20.10%
BLUE value IS 233 (91.41% from 255) = 55.74%
R=24.16%
G=20.10%
B=55.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal101842330.570.6400.09246.8577.262.16
Hex6554E9394009f74d3e
Octal1451243517110001136711576
Binary1100101101010011101001111001100000001001111101111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6554E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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