Html Css Color HEX #6474FE Medium Slate Blue

📋 copy color: '#6474FE'

red 100 ◦ green 116 ◦ blue 254

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

Shades of Medium Slate Blue #6474FE

Tints of Medium Slate Blue #6474FE

RGB

 RED value IS 100 (39.45% from 255) = 21.28%

 GREEN value IS 116 (45.7% from 255) = 24.68%

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

R = 21.28%
G = 24.68%
B = 54.04%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6474FE (or 0x6474FE) is known color: Medium Slate Blue. HEX triplet: 64, 74 and FE. RGB value is (100,116,254). Sum of RGB (Red+Green+Blue) = 100+116+254=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #6474FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6474FE is #9B8B01. Grayscale: #7E7E7E. Windows color (decimal): -10193666 or 16675940. OLE color: 16675940.

HSL color Cylindrical-coordinate representation of color #6474FE: hue angle of 233.77º 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 #6474FE is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 116 254 -
CMYK 0.61 0.54 0 0.00
HSL 233.77º 0.99% 0.69% -
HSV(B) 233.77º 0.61% 1% -
XYZ 29.39 22.36 96.53 -
YUV 126.95 199.7 108.78 -
System Red Green Blue C M Y K H S L
Decimal 100 116 254 0.61 0.54 0 0.00 233.77 0.99 0.69
Hex 64 74 FE 3D 36 0 0 EA 63 45
Octal 144 164 376 75 66 0 0 352 143 105
Binary 1100100 1110100 11111110 111101 110110 0 0 11101010 1100011 1000101

Color Harmonies of #6474FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6474FE

Black with #6474FE

Text Example


Text Example

White with #6474FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6474FE; }

 p { color: rgb(100,116,254); }

 H1.HeaderClassName
 {
   color: #6474FE;
 }
 .AnyTagClassName
 {
   color: #6474FE;
 }
</style>

background-color css

<style>
 a { background-color: #6474FE; }

 a { background-color: rgb(100,116,254); }

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

border-color css

<style>
 span { border-color: #6474FE; }

 span { border-color: rgb(100,116,254); }

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