Html Css Color HEX #6461FC Medium Slate Blue

📋 copy color: '#6461FC'

red 100 ◦ green 97 ◦ blue 252

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

Shades of Medium Slate Blue #6461FC

Tints of Medium Slate Blue #6461FC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.6%

 BLUE value IS 252 (98.83% from 255) = 56.12%

R = 22.27%
G = 21.6%
B = 56.12%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6461FC (or 0x6461FC) is known color: Medium Slate Blue. HEX triplet: 64, 61 and FC. RGB value is (100,97,252). Sum of RGB (Red+Green+Blue) = 100+97+252=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #6461FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6461FC is #9B9E03. Grayscale: #727272. Windows color (decimal): -10198532 or 16540004. OLE color: 16540004.

HSL color Cylindrical-coordinate representation of color #6461FC: hue angle of 241.16º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6461FC is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 97 252 -
CMYK 0.60 0.62 0 0.01
HSL 241.16º 0.96% 0.68% -
HSV(B) 241.16º 0.62% 0.99% -
XYZ 27.1 18.29 94.2 -
YUV 115.57 204.99 116.9 -
System Red Green Blue C M Y K H S L
Decimal 100 97 252 0.60 0.62 0 0.01 241.16 0.96 0.68
Hex 64 61 FC 3C 3E 0 1 F1 60 44
Octal 144 141 374 74 76 0 1 361 140 104
Binary 1100100 1100001 11111100 111100 111110 0 1 11110001 1100000 1000100

Color Harmonies of #6461FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6461FC

Black with #6461FC

Text Example


Text Example

White with #6461FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6461FC; }

 p { color: rgb(100,97,252); }

 H1.HeaderClassName
 {
   color: #6461FC;
 }
 .AnyTagClassName
 {
   color: #6461FC;
 }
</style>

background-color css

<style>
 a { background-color: #6461FC; }

 a { background-color: rgb(100,97,252); }

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

border-color css

<style>
 span { border-color: #6461FC; }

 span { border-color: rgb(100,97,252); }

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