#6a48d4

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

Shades of Slate Blue #6A48D4

Tints of Slate Blue #6A48D4

Color information

#6A48D4 (or 0x6A48D4) is unknown color: approx Slate Blue. HEX triplet: 6A, 48 and D4. RGB value is (106,72,212). Sum of RGB (Red+Green+Blue) = 106+72+212=390 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.18% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 212 (83.20% from 255 or 54.36% from 390); Max value from RGB is 212 - color contains mainly: blue. Hex color #6A48D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A48D4 is #95B72B. Grayscale: #616161. Windows color (decimal): -9811756 or 13912170. OLE color: 13912170.

HSL color Cylindrical-coordinate representation of color #6A48D4: hue angle of 254.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A48D4 is Cyan = 0.5, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10672212-
CMYK0.50.6600.17
HSL254.57º61.95%55.69%-
HSV(B)254.57º66.04%83.14%-
XYZ20.1412.4563.63-
YUV98.13192.26133.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.18%
GREEN value IS 72 (28.52% from 255) = 18.46%
BLUE value IS 212 (83.20% from 255) = 54.36%
R=27.18%
G=18.46%
B=54.36%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal106722120.50.6600.17254.5761.9555.69
Hex6A48D43242011ff3e38
Octal152110324621020213777670
Binary1101010100100011010100110010100001001000111111111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a48d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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