#625ADA

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

Shades of Slate Blue #625ADA

Tints of Slate Blue #625ADA

Color information

#625ADA (or 0x625ADA) is unknown color: approx Slate Blue. HEX triplet: 62, 5A and DA. RGB value is (98,90,218). Sum of RGB (Red+Green+Blue) = 98+90+218=406 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.14% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #625ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625ADA is #9DA525. Grayscale: #6A6A6A. Windows color (decimal): -10331430 or 14309986. OLE color: 14309986.

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

Color convert

RGB9890218-
CMYK0.550.5900.15
HSL243.75º63.37%60.39%-
HSV(B)243.75º58.72%85.49%-
XYZ21.3514.9768.09-
YUV106.98190.65121.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.14%
GREEN value IS 90 (35.55% from 255) = 22.17%
BLUE value IS 218 (85.55% from 255) = 53.69%
R=24.14%
G=22.17%
B=53.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal98902180.550.5900.15243.7563.3760.39
Hex625ADA373B0Ff43f3c
Octal14213233267730173647774
Binary11000101011010110110101101111110110111111110100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,90,218); }

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

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

 a { background-color: rgb(98,90,218); }

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

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

 span { border-color: rgb(98,90,218); }

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