#624DE0

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

Shades of Slate Blue #624DE0

Tints of Slate Blue #624DE0

Color information

#624DE0 (or 0x624DE0) is unknown color: approx Slate Blue. HEX triplet: 62, 4D and E0. RGB value is (98,77,224). Sum of RGB (Red+Green+Blue) = 98+77+224=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #624DE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624DE0 is #9DB21F. Grayscale: #636363. Windows color (decimal): -10334752 or 14699874. OLE color: 14699874.

HSL color Cylindrical-coordinate representation of color #624DE0: hue angle of 248.57º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #624DE0 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9877224-
CMYK0.560.6600.12
HSL248.57º70.33%59.02%-
HSV(B)248.57º65.62%87.84%-
XYZ21.1513.2971.97-
YUV100.04197.96126.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.56%
GREEN value IS 77 (30.47% from 255) = 19.30%
BLUE value IS 224 (87.89% from 255) = 56.14%
R=24.56%
G=19.30%
B=56.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal98772240.560.6600.12248.5770.3359.02
Hex624DE038420Cf9463b
Octal1421153407010201437110673
Binary1100010100110111100000111000100001001100111110011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624DE0; }

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

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

<style>
 a { background-color: #624DE0; }

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

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

<style>
 span { border-color: #624DE0; }

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

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