#625CC5

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

Shades of Slate Blue #625CC5

Tints of Slate Blue #625CC5

Color information

#625CC5 (or 0x625CC5) is unknown color: approx Slate Blue. HEX triplet: 62, 5C and C5. RGB value is (98,92,197). Sum of RGB (Red+Green+Blue) = 98+92+197=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 197 (77.34% from 255 or 50.90% from 387); Max value from RGB is 197 - color contains mainly: blue. Hex color #625CC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625CC5 is #9DA33A. Grayscale: #696969. Windows color (decimal): -10330939 or 12934242. OLE color: 12934242.

HSL color Cylindrical-coordinate representation of color #625CC5: hue angle of 243.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #625CC5 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9892197-
CMYK0.500.5300.23
HSL243.43º47.51%56.67%-
HSV(B)243.43º53.3%77.25%-
XYZ18.9414.2854.58-
YUV105.76179.49122.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.32%
GREEN value IS 92 (36.33% from 255) = 23.77%
BLUE value IS 197 (77.34% from 255) = 50.90%
R=25.32%
G=23.77%
B=50.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal98921970.500.5300.23243.4347.5156.67
Hex625CC53235017f33039
Octal14213430562650273636071
Binary110001010111001100010111001011010101011111110011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,92,197); }

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

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

 a { background-color: rgb(98,92,197); }

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

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

 span { border-color: rgb(98,92,197); }

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