#625FD1

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

Shades of Slate Blue #625FD1

Tints of Slate Blue #625FD1

Color information

#625FD1 (or 0x625FD1) is unknown color: approx Slate Blue. HEX triplet: 62, 5F and D1. RGB value is (98,95,209). Sum of RGB (Red+Green+Blue) = 98+95+209=402 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.38% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 209 (82.03% from 255 or 51.99% from 402); Max value from RGB is 209 - color contains mainly: blue. Hex color #625FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625FD1 is #9DA02E. Grayscale: #6C6C6C. Windows color (decimal): -10330159 or 13721442. OLE color: 13721442.

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

Color convert

RGB9895209-
CMYK0.530.5500.18
HSL241.58º55.34%59.61%-
HSV(B)241.58º54.55%81.96%-
XYZ20.6415.3862.2-
YUV108.89184.49120.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.38%
GREEN value IS 95 (37.5% from 255) = 23.63%
BLUE value IS 209 (82.03% from 255) = 51.99%
R=24.38%
G=23.63%
B=51.99%

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
Decimal98952090.530.5500.18241.5855.3459.61
Hex625FD13537012f2373c
Octal14213732165670223626774
Binary110001010111111101000111010111011101001011110010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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