#626AFD

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

Shades of Medium Slate Blue #626AFD

Tints of Medium Slate Blue #626AFD

Color information

#626AFD (or 0x626AFD) is unknown color: approx Medium Slate Blue. HEX triplet: 62, 6A and FD. RGB value is (98,106,253). Sum of RGB (Red+Green+Blue) = 98+106+253=457 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.44% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #626AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #626AFD is #9D9502. Grayscale: #777777. Windows color (decimal): -10327299 or 16607842. OLE color: 16607842.

HSL color Cylindrical-coordinate representation of color #626AFD: hue angle of 236.9º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #626AFD is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB98106253-
CMYK0.610.5800.01
HSL236.9º97.48%68.82%-
HSV(B)236.9º61.26%99.22%-
XYZ27.922095.32-
YUV120.37202.85112.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.44%
GREEN value IS 106 (41.80% from 255) = 23.19%
BLUE value IS 253 (99.22% from 255) = 55.36%
R=21.44%
G=23.19%
B=55.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal981062530.610.5800.01236.997.4868.82
Hex626AFD3D3A01ed6145
Octal142152375757201355141105
Binary1100010110101011111101111101111010011110110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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