#6A54D8

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

Shades of Slate Blue #6A54D8

Tints of Slate Blue #6A54D8

Color information

#6A54D8 (or 0x6A54D8) is unknown color: approx Slate Blue. HEX triplet: 6A, 54 and D8. RGB value is (106,84,216). Sum of RGB (Red+Green+Blue) = 106+84+216=406 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.11% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 216 (84.77% from 255 or 53.20% from 406); Max value from RGB is 216 - color contains mainly: blue. Hex color #6A54D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A54D8 is #95AB27. Grayscale: #696969. Windows color (decimal): -9808680 or 14177386. OLE color: 14177386.

HSL color Cylindrical-coordinate representation of color #6A54D8: hue angle of 250º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A54D8 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10684216-
CMYK0.510.6100.15
HSL250º62.86%58.82%-
HSV(B)250º61.11%84.71%-
XYZ21.5114.3666.6-
YUV105.63190.29128.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.11%
GREEN value IS 84 (33.20% from 255) = 20.69%
BLUE value IS 216 (84.77% from 255) = 53.20%
R=26.11%
G=20.69%
B=53.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal106842160.510.6100.1525062.8658.82
Hex6A54D8333D0Ffa3f3b
Octal15212433063750173727773
Binary11010101010100110110001100111111010111111111010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A54D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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