#625DCD

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

Shades of Slate Blue #625DCD

Tints of Slate Blue #625DCD

Color information

#625DCD (or 0x625DCD) is unknown color: approx Slate Blue. HEX triplet: 62, 5D and CD. RGB value is (98,93,205). Sum of RGB (Red+Green+Blue) = 98+93+205=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #625DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625DCD is #9DA232. Grayscale: #6A6A6A. Windows color (decimal): -10330675 or 13458786. OLE color: 13458786.

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

Color convert

RGB9893205-
CMYK0.520.5500.20
HSL242.68º52.83%58.43%-
HSV(B)242.68º54.63%80.39%-
XYZ19.9714.8359.57-
YUV107.26183.16121.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.75%
GREEN value IS 93 (36.72% from 255) = 23.48%
BLUE value IS 205 (80.47% from 255) = 51.77%
R=24.75%
G=23.48%
B=51.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal98932050.520.5500.20242.6852.8358.43
Hex625DCD3437014f3353a
Octal14213531564670243636572
Binary110001010111011100110111010011011101010011110011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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