#6241D8

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

Shades of Slate Blue #6241D8

Tints of Slate Blue #6241D8

Color information

#6241D8 (or 0x6241D8) is unknown color: approx Slate Blue. HEX triplet: 62, 41 and D8. RGB value is (98,65,216). Sum of RGB (Red+Green+Blue) = 98+65+216=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 216 (84.77% from 255 or 56.99% from 379); Max value from RGB is 216 - color contains mainly: blue. Hex color #6241D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6241D8 is #9DBE27. Grayscale: #5B5B5B. Windows color (decimal): -10337832 or 14172514. OLE color: 14172514.

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

Color convert

RGB9865216-
CMYK0.550.7000.15
HSL253.11º65.94%55.1%-
HSV(B)253.11º69.91%84.71%-
XYZ19.3211.3466.14-
YUV92.08197.93132.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.86%
GREEN value IS 65 (25.78% from 255) = 17.15%
BLUE value IS 216 (84.77% from 255) = 56.99%
R=25.86%
G=17.15%
B=56.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal98652160.550.7000.15253.1165.9455.1
Hex6241D837460Ffd4237
Octal1421013306710601737510267
Binary1100010100000111011000110111100011001111111111011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6241D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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