#626EDD

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

Shades of Slate Blue #626EDD

Tints of Slate Blue #626EDD

Color information

#626EDD (or 0x626EDD) is unknown color: approx Slate Blue. HEX triplet: 62, 6E and DD. RGB value is (98,110,221). Sum of RGB (Red+Green+Blue) = 98+110+221=429 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.84% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #626EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626EDD is #9D9122. Grayscale: #767676. Windows color (decimal): -10326307 or 14511714. OLE color: 14511714.

HSL color Cylindrical-coordinate representation of color #626EDD: hue angle of 234.15º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #626EDD is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB98110221-
CMYK0.560.5000.13
HSL234.15º64.4%62.55%-
HSV(B)234.15º55.66%86.67%-
XYZ23.6618.9770.82-
YUV119.07185.52112.97-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.84%
GREEN value IS 110 (43.36% from 255) = 25.64%
BLUE value IS 221 (86.72% from 255) = 51.52%
R=22.84%
G=25.64%
B=51.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal981102210.560.5000.13234.1564.462.55
Hex626EDD38320Dea403f
Octal142156335706201535210077
Binary110001011011101101110111100011001001101111010101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626EDD; }

 p { color: rgb(98,110,221); }

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

<style>
 a { background-color: #626EDD; }

 a { background-color: rgb(98,110,221); }

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

<style>
 span { border-color: #626EDD; }

 span { border-color: rgb(98,110,221); }

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