#6948C6

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

Shades of Slate Blue #6948C6

Tints of Slate Blue #6948C6

Color information

#6948C6 (or 0x6948C6) is unknown color: approx Slate Blue. HEX triplet: 69, 48 and C6. RGB value is (105,72,198). Sum of RGB (Red+Green+Blue) = 105+72+198=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 198 (77.73% from 255 or 52.8% from 375); Max value from RGB is 198 - color contains mainly: blue. Hex color #6948C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6948C6 is #96B739. Grayscale: #5F5F5F. Windows color (decimal): -9877306 or 12994665. OLE color: 12994665.

HSL color Cylindrical-coordinate representation of color #6948C6: hue angle of 255.71º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6948C6 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10572198-
CMYK0.470.6400.22
HSL255.71º52.5%52.94%-
HSV(B)255.71º63.64%77.65%-
XYZ18.3411.7254.72-
YUV96.23185.43134.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28%
GREEN value IS 72 (28.52% from 255) = 19.2%
BLUE value IS 198 (77.73% from 255) = 52.8%
R=28%
G=19.2%
B=52.8%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal105721980.470.6400.22255.7152.552.94
Hex6948C62F400161003435
Octal151110306571000264006465
Binary11010011001000110001101011111000000010110100000000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6948C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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