#6245E8

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

Shades of Slate Blue #6245E8

Tints of Slate Blue #6245E8

Color information

#6245E8 (or 0x6245E8) is unknown color: approx Slate Blue. HEX triplet: 62, 45 and E8. RGB value is (98,69,232). Sum of RGB (Red+Green+Blue) = 98+69+232=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 232 (91.02% from 255 or 58.15% from 399); Max value from RGB is 232 - color contains mainly: blue. Hex color #6245E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6245E8 is #9DBA17. Grayscale: #5F5F5F. Windows color (decimal): -10336792 or 15222114. OLE color: 15222114.

HSL color Cylindrical-coordinate representation of color #6245E8: hue angle of 250.67º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6245E8 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9869232-
CMYK0.580.7000.09
HSL250.67º77.99%59.02%-
HSV(B)250.67º70.26%90.98%-
XYZ21.7312.6877.65-
YUV96.25204.61129.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.56%
GREEN value IS 69 (27.34% from 255) = 17.29%
BLUE value IS 232 (91.02% from 255) = 58.15%
R=24.56%
G=17.29%
B=58.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal98692320.580.7000.09250.6777.9959.02
Hex6245E83A4609fb4e3b
Octal1421053507210601137311673
Binary1100010100010111101000111010100011001001111110111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6245E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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