Html Css Color HEX #6471FA Medium Slate Blue

📋 copy color: '#6471FA'

red 100 ◦ green 113 ◦ blue 250

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

Shades of Medium Slate Blue #6471FA

Tints of Medium Slate Blue #6471FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54%

R = 21.6%
G = 24.41%
B = 54%

CMYK

 C value IS 0.6

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6471FA (or 0x6471FA) is known color: Medium Slate Blue. HEX triplet: 64, 71 and FA. RGB value is (100,113,250). Sum of RGB (Red+Green+Blue) = 100+113+250=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #6471FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6471FA is #9B8E05. Grayscale: #7C7C7C. Windows color (decimal): -10194438 or 16413028. OLE color: 16413028.

HSL color Cylindrical-coordinate representation of color #6471FA: hue angle of 234.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6471FA is Cyan = 0.6, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 113 250 -
CMYK 0.6 0.55 0 0.02
HSL 234.8º 0.94% 0.69% -
HSV(B) 234.8º 0.6% 0.98% -
XYZ 28.42 21.42 93.08 -
YUV 124.73 198.69 110.36 -
System Red Green Blue C M Y K H S L
Decimal 100 113 250 0.6 0.55 0 0.02 234.8 0.94 0.69
Hex 64 71 FA 3C 37 0 2 EB 5E 45
Octal 144 161 372 74 67 0 2 353 136 105
Binary 1100100 1110001 11111010 111100 110111 0 10 11101011 1011110 1000101

Color Harmonies of #6471FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6471FA

Black with #6471FA

Text Example


Text Example

White with #6471FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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