#625ABF

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

Shades of Slate Blue #625ABF

Tints of Slate Blue #625ABF

Color information

#625ABF (or 0x625ABF) is unknown color: approx Slate Blue. HEX triplet: 62, 5A and BF. RGB value is (98,90,191). Sum of RGB (Red+Green+Blue) = 98+90+191=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #625ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625ABF is #9DA540. Grayscale: #676767. Windows color (decimal): -10331457 or 12540514. OLE color: 12540514.

HSL color Cylindrical-coordinate representation of color #625ABF: hue angle of 244.75º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #625ABF is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9890191-
CMYK0.490.5300.25
HSL244.75º44.1%55.1%-
HSV(B)244.75º52.88%74.9%-
XYZ18.113.6750.98-
YUV103.91177.15123.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.86%
GREEN value IS 90 (35.55% from 255) = 23.75%
BLUE value IS 191 (75% from 255) = 50.40%
R=25.86%
G=23.75%
B=50.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98901910.490.5300.25244.7544.155.1
Hex625ABF3135019f52c37
Octal14213227761650313655467
Binary110001010110101011111111000111010101100111110101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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