Html Css Color HEX #626AF6 Medium Slate Blue

📋 copy color: '#626AF6'

red 98 ◦ green 106 ◦ blue 246

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

Shades of Medium Slate Blue #626AF6

Tints of Medium Slate Blue #626AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 54.67%

R = 21.78%
G = 23.56%
B = 54.67%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#626AF6 (or 0x626AF6) is known color: Medium Slate Blue. HEX triplet: 62, 6A and F6. RGB value is (98,106,246). Sum of RGB (Red+Green+Blue) = 98+106+246=450 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.78% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 246 (96.48% from 255 or 54.67% from 450); Max value from RGB is 246 - color contains mainly: blue. Hex color #626AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #626AF6 is #9D9509. Grayscale: #777777. Windows color (decimal): -10327306 or 16149090. OLE color: 16149090.

HSL color Cylindrical-coordinate representation of color #626AF6: hue angle of 236.76º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #626AF6 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 98 106 246 -
CMYK 0.60 0.57 0 0.04
HSL 236.76º 0.89% 0.67% -
HSV(B) 236.76º 0.6% 0.96% -
XYZ 26.83 19.56 89.55 -
YUV 119.57 199.35 112.62 -
System Red Green Blue C M Y K H S L
Decimal 98 106 246 0.60 0.57 0 0.04 236.76 0.89 0.67
Hex 62 6A F6 3C 39 0 4 ED 59 43
Octal 142 152 366 74 71 0 4 355 131 103
Binary 1100010 1101010 11110110 111100 111001 0 100 11101101 1011001 1000011

Color Harmonies of #626AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626AF6

Black with #626AF6

Text Example


Text Example

White with #626AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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