#625ACC

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

Shades of Slate Blue #625ACC

Tints of Slate Blue #625ACC

Color information

#625ACC (or 0x625ACC) is unknown color: approx Slate Blue. HEX triplet: 62, 5A and CC. RGB value is (98,90,204). Sum of RGB (Red+Green+Blue) = 98+90+204=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #625ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625ACC is #9DA533. Grayscale: #686868. Windows color (decimal): -10331444 or 13392482. OLE color: 13392482.

HSL color Cylindrical-coordinate representation of color #625ACC: hue angle of 244.21º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #625ACC is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9890204-
CMYK0.520.5600.2
HSL244.21º52.78%57.65%-
HSV(B)244.21º55.88%80%-
XYZ19.5914.2758.85-
YUV105.39183.65122.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25%
GREEN value IS 90 (35.55% from 255) = 22.96%
BLUE value IS 204 (80.08% from 255) = 52.04%
R=25%
G=22.96%
B=52.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal98902040.520.5600.2244.2152.7857.65
Hex625ACC3438014f4353a
Octal14213231464700243646572
Binary110001010110101100110011010011100001010011110100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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