#626AD6

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

Shades of Slate Blue #626AD6

Tints of Slate Blue #626AD6

Color information

#626AD6 (or 0x626AD6) is unknown color: approx Slate Blue. HEX triplet: 62, 6A and D6. RGB value is (98,106,214). Sum of RGB (Red+Green+Blue) = 98+106+214=418 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.44% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 214 (83.98% from 255 or 51.20% from 418); Max value from RGB is 214 - color contains mainly: blue. Hex color #626AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626AD6 is #9D9529. Grayscale: #737373. Windows color (decimal): -10327338 or 14051938. OLE color: 14051938.

HSL color Cylindrical-coordinate representation of color #626AD6: hue angle of 235.86º degrees, saturation: 0.59, 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 #626AD6 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB98106214-
CMYK0.540.5000.16
HSL235.86º58.59%61.18%-
HSV(B)235.86º54.21%83.92%-
XYZ22.3317.7665.87-
YUV115.92183.35115.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.44%
GREEN value IS 106 (41.80% from 255) = 25.36%
BLUE value IS 214 (83.98% from 255) = 51.20%
R=23.44%
G=25.36%
B=51.20%

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
Decimal981062140.540.5000.16235.8658.5961.18
Hex626AD63632010ec3b3d
Octal14215232666620203547375
Binary110001011010101101011011011011001001000011101100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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