#625CDE

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

Shades of Slate Blue #625CDE

Tints of Slate Blue #625CDE

Color information

#625CDE (or 0x625CDE) is unknown color: approx Slate Blue. HEX triplet: 62, 5C and DE. RGB value is (98,92,222). Sum of RGB (Red+Green+Blue) = 98+92+222=412 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.79% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #625CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625CDE is #9DA321. Grayscale: #6C6C6C. Windows color (decimal): -10330914 or 14572642. OLE color: 14572642.

HSL color Cylindrical-coordinate representation of color #625CDE: hue angle of 242.77º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #625CDE is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9892222-
CMYK0.560.5900.13
HSL242.77º66.33%61.57%-
HSV(B)242.77º58.56%87.06%-
XYZ22.0515.5270.94-
YUV108.61191.99120.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.79%
GREEN value IS 92 (36.33% from 255) = 22.33%
BLUE value IS 222 (87.11% from 255) = 53.88%
R=23.79%
G=22.33%
B=53.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal98922220.560.5900.13242.7766.3361.57
Hex625CDE383B0Df3423e
Octal142134336707301536310276
Binary110001010111001101111011100011101101101111100111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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