Html Css Color HEX #626AFE Medium Slate Blue

📋 copy color: '#626AFE'

red 98 ◦ green 106 ◦ blue 254

#626AFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #626AFE

Tints of Medium Slate Blue #626AFE

RGB

 RED value IS 98 (38.67% from 255) = 21.4%

 GREEN value IS 106 (41.8% from 255) = 23.14%

 BLUE value IS 254 (99.61% from 255) = 55.46%

R = 21.4%
G = 23.14%
B = 55.46%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#626AFE (or 0x626AFE) is known color: Medium Slate Blue. HEX triplet: 62, 6A and FE. RGB value is (98,106,254). Sum of RGB (Red+Green+Blue) = 98+106+254=458 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.40% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #626AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #626AFE is #9D9501. Grayscale: #777777. Windows color (decimal): -10327298 or 16673378. OLE color: 16673378.

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

Color convert

RGB 98 106 254 -
CMYK 0.61 0.58 0 0.00
HSL 236.92º 0.99% 0.69% -
HSV(B) 236.92º 0.61% 1% -
XYZ 28.08 20.06 96.16 -
YUV 120.48 203.35 111.97 -
System Red Green Blue C M Y K H S L
Decimal 98 106 254 0.61 0.58 0 0.00 236.92 0.99 0.69
Hex 62 6A FE 3D 3A 0 0 ED 63 45
Octal 142 152 376 75 72 0 0 355 143 105
Binary 1100010 1101010 11111110 111101 111010 0 0 11101101 1100011 1000101

Color Harmonies of #626AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626AFE

Black with #626AFE

Text Example


Text Example

White with #626AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #626AFE;
 }
 .AnyTagClassName
 {
   color: #626AFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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