#625BD8

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

Shades of Slate Blue #625BD8

Tints of Slate Blue #625BD8

Color information

#625BD8 (or 0x625BD8) is unknown color: approx Slate Blue. HEX triplet: 62, 5B and D8. RGB value is (98,91,216). Sum of RGB (Red+Green+Blue) = 98+91+216=405 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.20% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 216 (84.77% from 255 or 53.33% from 405); Max value from RGB is 216 - color contains mainly: blue. Hex color #625BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625BD8 is #9DA427. Grayscale: #6A6A6A. Windows color (decimal): -10331176 or 14179170. OLE color: 14179170.

HSL color Cylindrical-coordinate representation of color #625BD8: hue angle of 243.36º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #625BD8 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9891216-
CMYK0.550.5800.15
HSL243.36º61.58%60.2%-
HSV(B)243.36º57.87%84.71%-
XYZ21.1715.0466.75-
YUV107.34189.32121.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.20%
GREEN value IS 91 (35.94% from 255) = 22.47%
BLUE value IS 216 (84.77% from 255) = 53.33%
R=24.20%
G=22.47%
B=53.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal98912160.550.5800.15243.3661.5860.2
Hex625BD8373A0Ff33e3c
Octal14213333067720173637674
Binary11000101011011110110001101111110100111111110011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,91,216); }

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

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

 a { background-color: rgb(98,91,216); }

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

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

 span { border-color: rgb(98,91,216); }

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