#6A48E4

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

Shades of Slate Blue #6A48E4

Tints of Slate Blue #6A48E4

Color information

#6A48E4 (or 0x6A48E4) is unknown color: approx Slate Blue. HEX triplet: 6A, 48 and E4. RGB value is (106,72,228). Sum of RGB (Red+Green+Blue) = 106+72+228=406 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.11% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 228 (89.45% from 255 or 56.16% from 406); Max value from RGB is 228 - color contains mainly: blue. Hex color #6A48E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A48E4 is #95B71B. Grayscale: #636363. Windows color (decimal): -9811740 or 14960746. OLE color: 14960746.

HSL color Cylindrical-coordinate representation of color #6A48E4: hue angle of 253.08º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A48E4 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10672228-
CMYK0.540.6800.11
HSL253.08º74.29%58.82%-
HSV(B)253.08º68.42%89.41%-
XYZ22.2613.374.79-
YUV99.95200.26132.32-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.11%
GREEN value IS 72 (28.52% from 255) = 17.73%
BLUE value IS 228 (89.45% from 255) = 56.16%
R=26.11%
G=17.73%
B=56.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal106722280.540.6800.11253.0874.2958.82
Hex6A48E436440Bfd4a3b
Octal1521103446610401337511273
Binary1101010100100011100100110110100010001011111111011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A48E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,72,228); }

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

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

 a { background-color: rgb(106,72,228); }

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

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

 span { border-color: rgb(106,72,228); }

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