#6a54e7

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

Shades of Slate Blue #6A54E7

Tints of Slate Blue #6A54E7

Color information

#6A54E7 (or 0x6A54E7) is unknown color: approx Slate Blue. HEX triplet: 6A, 54 and E7. RGB value is (106,84,231). Sum of RGB (Red+Green+Blue) = 106+84+231=421 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.18% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 231 (90.62% from 255 or 54.87% from 421); Max value from RGB is 231 - color contains mainly: blue. Hex color #6A54E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A54E7 is #95AB18. Grayscale: #6A6A6A. Windows color (decimal): -9808665 or 15160426. OLE color: 15160426.

HSL color Cylindrical-coordinate representation of color #6A54E7: hue angle of 248.98º degrees, saturation: 0.75, 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 #6A54E7 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10684231-
CMYK0.540.6400.09
HSL248.98º75.38%61.76%-
HSV(B)248.98º63.64%90.59%-
XYZ23.5415.1777.29-
YUV107.34197.79127.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.18%
GREEN value IS 84 (33.20% from 255) = 19.95%
BLUE value IS 231 (90.62% from 255) = 54.87%
R=25.18%
G=19.95%
B=54.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal106842310.540.6400.09248.9875.3861.76
Hex6A54E7364009f94b3e
Octal1521243476610001137111376
Binary1101010101010011100111110110100000001001111110011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a54e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6a54e7; }

 p { color: rgb(106,84,231); }

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

<style>
 a { background-color: #6a54e7; }

 a { background-color: rgb(106,84,231); }

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

<style>
 span { border-color: #6a54e7; }

 span { border-color: rgb(106,84,231); }

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