#6249D8

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

Shades of Slate Blue #6249D8

Tints of Slate Blue #6249D8

Color information

#6249D8 (or 0x6249D8) is unknown color: approx Slate Blue. HEX triplet: 62, 49 and D8. RGB value is (98,73,216). Sum of RGB (Red+Green+Blue) = 98+73+216=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 216 (84.77% from 255 or 55.81% from 387); Max value from RGB is 216 - color contains mainly: blue. Hex color #6249D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6249D8 is #9DB627. Grayscale: #606060. Windows color (decimal): -10335784 or 14174562. OLE color: 14174562.

HSL color Cylindrical-coordinate representation of color #6249D8: hue angle of 250.49º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6249D8 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9873216-
CMYK0.550.6600.15
HSL250.49º64.71%56.67%-
HSV(B)250.49º66.2%84.71%-
XYZ19.8112.3266.3-
YUV96.78195.28128.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.32%
GREEN value IS 73 (28.91% from 255) = 18.86%
BLUE value IS 216 (84.77% from 255) = 55.81%
R=25.32%
G=18.86%
B=55.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal98732160.550.6600.15250.4964.7156.67
Hex6249D837420Ffa4139
Octal1421113306710201737210171
Binary1100010100100111011000110111100001001111111110101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6249D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6249D8; }

 p { color: rgb(98,73,216); }

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

<style>
 a { background-color: #6249D8; }

 a { background-color: rgb(98,73,216); }

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

<style>
 span { border-color: #6249D8; }

 span { border-color: rgb(98,73,216); }

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