#625DCF

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

Shades of Slate Blue #625DCF

Tints of Slate Blue #625DCF

Color information

#625DCF (or 0x625DCF) is unknown color: approx Slate Blue. HEX triplet: 62, 5D and CF. RGB value is (98,93,207). Sum of RGB (Red+Green+Blue) = 98+93+207=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #625DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625DCF is #9DA230. Grayscale: #6B6B6B. Windows color (decimal): -10330673 or 13589858. OLE color: 13589858.

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

Color convert

RGB9893207-
CMYK0.530.5500.19
HSL242.63º54.29%58.82%-
HSV(B)242.63º55.07%81.18%-
XYZ20.2114.9360.85-
YUV107.49184.16121.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.62%
GREEN value IS 93 (36.72% from 255) = 23.37%
BLUE value IS 207 (81.25% from 255) = 52.01%
R=24.62%
G=23.37%
B=52.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal98932070.530.5500.19242.6354.2958.82
Hex625DCF3537013f3363b
Octal14213531765670233636673
Binary110001010111011100111111010111011101001111110011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,93,207); }

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

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

 a { background-color: rgb(98,93,207); }

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

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

 span { border-color: rgb(98,93,207); }

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