#625ED1

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

Shades of Slate Blue #625ED1

Tints of Slate Blue #625ED1

Color information

#625ED1 (or 0x625ED1) is unknown color: approx Slate Blue. HEX triplet: 62, 5E and D1. RGB value is (98,94,209). Sum of RGB (Red+Green+Blue) = 98+94+209=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #625ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625ED1 is #9DA12E. Grayscale: #6B6B6B. Windows color (decimal): -10330415 or 13721186. OLE color: 13721186.

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

Color convert

RGB9894209-
CMYK0.530.5500.18
HSL242.09º55.56%59.41%-
HSV(B)242.09º55.02%81.96%-
XYZ20.5515.2162.17-
YUV108.31184.83120.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.44%
GREEN value IS 94 (37.11% from 255) = 23.44%
BLUE value IS 209 (82.03% from 255) = 52.12%
R=24.44%
G=23.44%
B=52.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal98942090.530.5500.18242.0955.5659.41
Hex625ED13537012f2383b
Octal14213632165670223627073
Binary110001010111101101000111010111011101001011110010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625ED1; }

 p { color: rgb(98,94,209); }

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

<style>
 a { background-color: #625ED1; }

 a { background-color: rgb(98,94,209); }

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

<style>
 span { border-color: #625ED1; }

 span { border-color: rgb(98,94,209); }

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