#625BC4

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

Shades of Slate Blue #625BC4

Tints of Slate Blue #625BC4

Color information

#625BC4 (or 0x625BC4) is unknown color: approx Slate Blue. HEX triplet: 62, 5B and C4. RGB value is (98,91,196). Sum of RGB (Red+Green+Blue) = 98+91+196=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 196 (76.95% from 255 or 50.91% from 385); Max value from RGB is 196 - color contains mainly: blue. Hex color #625BC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625BC4 is #9DA43B. Grayscale: #686868. Windows color (decimal): -10331196 or 12868450. OLE color: 12868450.

HSL color Cylindrical-coordinate representation of color #625BC4: hue angle of 244º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #625BC4 is Cyan = 0.5, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9891196-
CMYK0.50.5400.23
HSL244º47.09%56.27%-
HSV(B)244º53.57%76.86%-
XYZ18.7414.0653.95-
YUV105.06179.32122.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.45%
GREEN value IS 91 (35.94% from 255) = 23.64%
BLUE value IS 196 (76.95% from 255) = 50.91%
R=25.45%
G=23.64%
B=50.91%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal98911960.50.5400.2324447.0956.27
Hex625BC43236017f42f38
Octal14213330462660273645770
Binary110001010110111100010011001011011001011111110100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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