#6948D5

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

Shades of Slate Blue #6948D5

Tints of Slate Blue #6948D5

Color information

#6948D5 (or 0x6948D5) is unknown color: approx Slate Blue. HEX triplet: 69, 48 and D5. RGB value is (105,72,213). Sum of RGB (Red+Green+Blue) = 105+72+213=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 213 (83.59% from 255 or 54.62% from 390); Max value from RGB is 213 - color contains mainly: blue. Hex color #6948D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6948D5 is #96B72A. Grayscale: #616161. Windows color (decimal): -9877291 or 13977705. OLE color: 13977705.

HSL color Cylindrical-coordinate representation of color #6948D5: hue angle of 254.04º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6948D5 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10572213-
CMYK0.510.6600.16
HSL254.04º62.67%55.88%-
HSV(B)254.04º66.2%83.53%-
XYZ20.1512.4464.29-
YUV97.94192.93133.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.92%
GREEN value IS 72 (28.52% from 255) = 18.46%
BLUE value IS 213 (83.59% from 255) = 54.62%
R=26.92%
G=18.46%
B=54.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal105722130.510.6600.16254.0462.6755.88
Hex6948D53342010fe3f38
Octal151110325631020203767770
Binary1101001100100011010101110011100001001000011111110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6948D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6948D5; }

 p { color: rgb(105,72,213); }

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

<style>
 a { background-color: #6948D5; }

 a { background-color: rgb(105,72,213); }

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

<style>
 span { border-color: #6948D5; }

 span { border-color: rgb(105,72,213); }

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