Html Css Color HEX #626DF5 Medium Slate Blue

📋 copy color: '#626DF5'

red 98 ◦ green 109 ◦ blue 245

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

Shades of Medium Slate Blue #626DF5

Tints of Medium Slate Blue #626DF5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.12%

 BLUE value IS 245 (96.09% from 255) = 54.2%

R = 21.68%
G = 24.12%
B = 54.2%

CMYK

 C value IS 0.6

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#626DF5 (or 0x626DF5) is known color: Medium Slate Blue. HEX triplet: 62, 6D and F5. RGB value is (98,109,245). Sum of RGB (Red+Green+Blue) = 98+109+245=452 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.68% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 245 (96.09% from 255 or 54.20% from 452); Max value from RGB is 245 - color contains mainly: blue. Hex color #626DF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #626DF5 is #9D920A. Grayscale: #787878. Windows color (decimal): -10326539 or 16084322. OLE color: 16084322.

HSL color Cylindrical-coordinate representation of color #626DF5: hue angle of 235.51º degrees, saturation: 0.88, 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 #626DF5 is Cyan = 0.6, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 98 109 245 -
CMYK 0.6 0.56 0 0.04
HSL 235.51º 0.88% 0.67% -
HSV(B) 235.51º 0.6% 0.96% -
XYZ 26.99 20.13 88.85 -
YUV 121.22 197.86 111.44 -
System Red Green Blue C M Y K H S L
Decimal 98 109 245 0.6 0.56 0 0.04 235.51 0.88 0.67
Hex 62 6D F5 3C 38 0 4 EC 58 43
Octal 142 155 365 74 70 0 4 354 130 103
Binary 1100010 1101101 11110101 111100 111000 0 100 11101100 1011000 1000011

Color Harmonies of #626DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626DF5

Black with #626DF5

Text Example


Text Example

White with #626DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,109,245); }

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

background-color css

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

 a { background-color: rgb(98,109,245); }

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

border-color css

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

 span { border-color: rgb(98,109,245); }

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