#6244E4

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

Shades of Slate Blue #6244E4

Tints of Slate Blue #6244E4

Color information

#6244E4 (or 0x6244E4) is unknown color: approx Slate Blue. HEX triplet: 62, 44 and E4. RGB value is (98,68,228). Sum of RGB (Red+Green+Blue) = 98+68+228=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 228 (89.45% from 255 or 57.87% from 394); Max value from RGB is 228 - color contains mainly: blue. Hex color #6244E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6244E4 is #9DBB1B. Grayscale: #5E5E5E. Windows color (decimal): -10337052 or 14959714. OLE color: 14959714.

HSL color Cylindrical-coordinate representation of color #6244E4: hue angle of 251.25º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6244E4 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9868228-
CMYK0.570.7000.11
HSL251.25º74.77%58.04%-
HSV(B)251.25º70.18%89.41%-
XYZ21.1112.3374.67-
YUV95.21202.94129.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.87%
GREEN value IS 68 (26.95% from 255) = 17.26%
BLUE value IS 228 (89.45% from 255) = 57.87%
R=24.87%
G=17.26%
B=57.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal98682280.570.7000.11251.2574.7758.04
Hex6244E439460Bfb4b3a
Octal1421043447110601337311372
Binary1100010100010011100100111001100011001011111110111001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6244E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6244E4; }

 p { color: rgb(98,68,228); }

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

<style>
 a { background-color: #6244E4; }

 a { background-color: rgb(98,68,228); }

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

<style>
 span { border-color: #6244E4; }

 span { border-color: rgb(98,68,228); }

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