#624ED0

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

Shades of Slate Blue #624ED0

Tints of Slate Blue #624ED0

Color information

#624ED0 (or 0x624ED0) is unknown color: approx Slate Blue. HEX triplet: 62, 4E and D0. RGB value is (98,78,208). Sum of RGB (Red+Green+Blue) = 98+78+208=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 208 (81.64% from 255 or 54.17% from 384); Max value from RGB is 208 - color contains mainly: blue. Hex color #624ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624ED0 is #9DB12F. Grayscale: #626262. Windows color (decimal): -10334512 or 13651554. OLE color: 13651554.

HSL color Cylindrical-coordinate representation of color #624ED0: hue angle of 249.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #624ED0 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9878208-
CMYK0.530.6200.18
HSL249.23º58.04%56.08%-
HSV(B)249.23º62.5%81.57%-
XYZ19.1512.661.1-
YUV98.8189.63127.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.52%
GREEN value IS 78 (30.86% from 255) = 20.31%
BLUE value IS 208 (81.64% from 255) = 54.17%
R=25.52%
G=20.31%
B=54.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal98782080.530.6200.18249.2358.0456.08
Hex624ED0353E012f93a38
Octal14211632065760223717270
Binary110001010011101101000011010111111001001011111001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,78,208); }

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

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

 a { background-color: rgb(98,78,208); }

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

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

 span { border-color: rgb(98,78,208); }

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