#6849EB

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

Shades of Slate Blue #6849EB

Tints of Slate Blue #6849EB

Color information

#6849EB (or 0x6849EB) is unknown color: approx Slate Blue. HEX triplet: 68, 49 and EB. RGB value is (104,73,235). Sum of RGB (Red+Green+Blue) = 104+73+235=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #6849EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6849EB is #97B614. Grayscale: #646464. Windows color (decimal): -9942549 or 15419752. OLE color: 15419752.

HSL color Cylindrical-coordinate representation of color #6849EB: hue angle of 251.48º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6849EB is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10473235-
CMYK0.560.6900.08
HSL251.48º80.2%60.39%-
HSV(B)251.48º68.94%92.16%-
XYZ23.0913.7180.03-
YUV100.74203.77130.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.24%
GREEN value IS 73 (28.91% from 255) = 17.72%
BLUE value IS 235 (92.19% from 255) = 57.04%
R=25.24%
G=17.72%
B=57.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal104732350.560.6900.08251.4880.260.39
Hex6849EB384508fb503c
Octal1501113537010501037312074
Binary1101000100100111101011111000100010101000111110111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6849EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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