#626AD5

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

Shades of Slate Blue #626AD5

Tints of Slate Blue #626AD5

Color information

#626AD5 (or 0x626AD5) is unknown color: approx Slate Blue. HEX triplet: 62, 6A and D5. RGB value is (98,106,213). Sum of RGB (Red+Green+Blue) = 98+106+213=417 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.50% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 213 (83.59% from 255 or 51.08% from 417); Max value from RGB is 213 - color contains mainly: blue. Hex color #626AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626AD5 is #9D952A. Grayscale: #737373. Windows color (decimal): -10327339 or 13986402. OLE color: 13986402.

HSL color Cylindrical-coordinate representation of color #626AD5: hue angle of 235.83º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #626AD5 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB98106213-
CMYK0.540.5000.16
HSL235.83º57.79%60.98%-
HSV(B)235.83º53.99%83.53%-
XYZ22.217.7165.2-
YUV115.81182.85115.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.50%
GREEN value IS 106 (41.80% from 255) = 25.42%
BLUE value IS 213 (83.59% from 255) = 51.08%
R=23.50%
G=25.42%
B=51.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal981062130.540.5000.16235.8357.7960.98
Hex626AD53632010ec3a3d
Octal14215232566620203547275
Binary110001011010101101010111011011001001000011101100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,106,213); }

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

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

 a { background-color: rgb(98,106,213); }

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

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

 span { border-color: rgb(98,106,213); }

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