#6849E7

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

Shades of Slate Blue #6849E7

Tints of Slate Blue #6849E7

Color information

#6849E7 (or 0x6849E7) is unknown color: approx Slate Blue. HEX triplet: 68, 49 and E7. RGB value is (104,73,231). Sum of RGB (Red+Green+Blue) = 104+73+231=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 231 (90.62% from 255 or 56.62% from 408); Max value from RGB is 231 - color contains mainly: blue. Hex color #6849E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6849E7 is #97B618. Grayscale: #636363. Windows color (decimal): -9942553 or 15157608. OLE color: 15157608.

HSL color Cylindrical-coordinate representation of color #6849E7: hue angle of 251.77º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6849E7 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10473231-
CMYK0.550.6800.09
HSL251.77º76.7%59.61%-
HSV(B)251.77º68.4%90.59%-
XYZ22.5213.4877.02-
YUV100.28201.77130.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.49%
GREEN value IS 73 (28.91% from 255) = 17.89%
BLUE value IS 231 (90.62% from 255) = 56.62%
R=25.49%
G=17.89%
B=56.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal104732310.550.6800.09251.7776.759.61
Hex6849E7374409fc4d3c
Octal1501113476710401137411574
Binary1101000100100111100111110111100010001001111111001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6849E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6849E7; }

 p { color: rgb(104,73,231); }

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

<style>
 a { background-color: #6849E7; }

 a { background-color: rgb(104,73,231); }

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

<style>
 span { border-color: #6849E7; }

 span { border-color: rgb(104,73,231); }

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