#624FE2

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

Shades of Slate Blue #624FE2

Tints of Slate Blue #624FE2

Color information

#624FE2 (or 0x624FE2) is unknown color: approx Slate Blue. HEX triplet: 62, 4F and E2. RGB value is (98,79,226). Sum of RGB (Red+Green+Blue) = 98+79+226=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 226 (88.67% from 255 or 56.08% from 403); Max value from RGB is 226 - color contains mainly: blue. Hex color #624FE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624FE2 is #9DB01D. Grayscale: #646464. Windows color (decimal): -10334238 or 14831458. OLE color: 14831458.

HSL color Cylindrical-coordinate representation of color #624FE2: hue angle of 247.76º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #624FE2 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9879226-
CMYK0.570.6500.11
HSL247.76º71.71%59.8%-
HSV(B)247.76º65.04%88.63%-
XYZ21.5613.6873.46-
YUV101.44198.29125.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.32%
GREEN value IS 79 (31.25% from 255) = 19.60%
BLUE value IS 226 (88.67% from 255) = 56.08%
R=24.32%
G=19.60%
B=56.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal98792260.570.6500.11247.7671.7159.8
Hex624FE239410Bf8483c
Octal1421173427110101337011074
Binary1100010100111111100010111001100000101011111110001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,79,226); }

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

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

 a { background-color: rgb(98,79,226); }

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

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

 span { border-color: rgb(98,79,226); }

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