#6245E0

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

Shades of Slate Blue #6245E0

Tints of Slate Blue #6245E0

Color information

#6245E0 (or 0x6245E0) is unknown color: approx Slate Blue. HEX triplet: 62, 45 and E0. RGB value is (98,69,224). Sum of RGB (Red+Green+Blue) = 98+69+224=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 224 (87.89% from 255 or 57.29% from 391); Max value from RGB is 224 - color contains mainly: blue. Hex color #6245E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6245E0 is #9DBA1F. Grayscale: #5E5E5E. Windows color (decimal): -10336800 or 14697826. OLE color: 14697826.

HSL color Cylindrical-coordinate representation of color #6245E0: hue angle of 251.23º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6245E0 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9869224-
CMYK0.560.6900.12
HSL251.23º71.43%57.45%-
HSV(B)251.23º69.2%87.84%-
XYZ20.6212.2371.8-
YUV95.34200.61129.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.06%
GREEN value IS 69 (27.34% from 255) = 17.65%
BLUE value IS 224 (87.89% from 255) = 57.29%
R=25.06%
G=17.65%
B=57.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal98692240.560.6900.12251.2371.4357.45
Hex6245E038450Cfb4739
Octal1421053407010501437310771
Binary1100010100010111100000111000100010101100111110111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6245E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6245E0; }

 p { color: rgb(98,69,224); }

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

<style>
 a { background-color: #6245E0; }

 a { background-color: rgb(98,69,224); }

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

<style>
 span { border-color: #6245E0; }

 span { border-color: rgb(98,69,224); }

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