Html Css Color HEX #6466FD Medium Slate Blue

📋 copy color: '#6466FD'

red 100 ◦ green 102 ◦ blue 253

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

Shades of Medium Slate Blue #6466FD

Tints of Medium Slate Blue #6466FD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.42%

 BLUE value IS 253 (99.22% from 255) = 55.6%

R = 21.98%
G = 22.42%
B = 55.6%

CMYK

 C value IS 0.60

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6466FD (or 0x6466FD) is known color: Medium Slate Blue. HEX triplet: 64, 66 and FD. RGB value is (100,102,253). Sum of RGB (Red+Green+Blue) = 100+102+253=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #6466FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6466FD is #9B9902. Grayscale: #767676. Windows color (decimal): -10197251 or 16606820. OLE color: 16606820.

HSL color Cylindrical-coordinate representation of color #6466FD: hue angle of 239.22º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6466FD is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 102 253 -
CMYK 0.60 0.60 0 0.01
HSL 239.22º 0.97% 0.69% -
HSV(B) 239.22º 0.6% 0.99% -
XYZ 27.74 19.3 95.19 -
YUV 118.62 203.84 114.72 -
System Red Green Blue C M Y K H S L
Decimal 100 102 253 0.60 0.60 0 0.01 239.22 0.97 0.69
Hex 64 66 FD 3C 3C 0 1 EF 61 45
Octal 144 146 375 74 74 0 1 357 141 105
Binary 1100100 1100110 11111101 111100 111100 0 1 11101111 1100001 1000101

Color Harmonies of #6466FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6466FD

Black with #6466FD

Text Example


Text Example

White with #6466FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6466FD; }

 p { color: rgb(100,102,253); }

 H1.HeaderClassName
 {
   color: #6466FD;
 }
 .AnyTagClassName
 {
   color: #6466FD;
 }
</style>

background-color css

<style>
 a { background-color: #6466FD; }

 a { background-color: rgb(100,102,253); }

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

border-color css

<style>
 span { border-color: #6466FD; }

 span { border-color: rgb(100,102,253); }

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