Html Css Color HEX #6471FE Medium Slate Blue

📋 copy color: '#6471FE'

red 100 ◦ green 113 ◦ blue 254

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

Shades of Medium Slate Blue #6471FE

Tints of Medium Slate Blue #6471FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.2%

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

R = 21.41%
G = 24.2%
B = 54.39%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6471FE (or 0x6471FE) is known color: Medium Slate Blue. HEX triplet: 64, 71 and FE. RGB value is (100,113,254). Sum of RGB (Red+Green+Blue) = 100+113+254=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #6471FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6471FE is #9B8E01. Grayscale: #7C7C7C. Windows color (decimal): -10194434 or 16675172. OLE color: 16675172.

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

Color convert

RGB 100 113 254 -
CMYK 0.61 0.56 0 0.00
HSL 234.94º 0.99% 0.69% -
HSV(B) 234.94º 0.61% 1% -
XYZ 29.05 21.68 96.42 -
YUV 125.19 200.69 110.04 -
System Red Green Blue C M Y K H S L
Decimal 100 113 254 0.61 0.56 0 0.00 234.94 0.99 0.69
Hex 64 71 FE 3D 38 0 0 EB 63 45
Octal 144 161 376 75 70 0 0 353 143 105
Binary 1100100 1110001 11111110 111101 111000 0 0 11101011 1100011 1000101

Color Harmonies of #6471FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6471FE

Black with #6471FE

Text Example


Text Example

White with #6471FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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