#625FCE

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

Shades of Slate Blue #625FCE

Tints of Slate Blue #625FCE

Color information

#625FCE (or 0x625FCE) is unknown color: approx Slate Blue. HEX triplet: 62, 5F and CE. RGB value is (98,95,206). Sum of RGB (Red+Green+Blue) = 98+95+206=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #625FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625FCE is #9DA031. Grayscale: #6C6C6C. Windows color (decimal): -10330162 or 13524834. OLE color: 13524834.

HSL color Cylindrical-coordinate representation of color #625FCE: hue angle of 241.62º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #625FCE is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9895206-
CMYK0.520.5400.19
HSL241.62º53.11%59.02%-
HSV(B)241.62º53.88%80.78%-
XYZ20.2715.2460.27-
YUV108.55182.99120.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.56%
GREEN value IS 95 (37.5% from 255) = 23.81%
BLUE value IS 206 (80.86% from 255) = 51.63%
R=24.56%
G=23.81%
B=51.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal98952060.520.5400.19241.6253.1159.02
Hex625FCE3436013f2353b
Octal14213731664660233626573
Binary110001010111111100111011010011011001001111110010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,95,206); }

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

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

 a { background-color: rgb(98,95,206); }

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

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

 span { border-color: rgb(98,95,206); }

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