#6466FC

Color #6466FC Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #6466FC

Tints of Medium Slate Blue #6466FC

Color information

#6466FC (or 0x6466FC) is unknown color: approx Medium Slate Blue. HEX triplet: 64, 66 and FC. RGB value is (100,102,252). Sum of RGB (Red+Green+Blue) = 100+102+252=454 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.03% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #6466FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6466FC is #9B9903. Grayscale: #757575. Windows color (decimal): -10197252 or 16541284. OLE color: 16541284.

HSL color Cylindrical-coordinate representation of color #6466FC: hue angle of 239.21º degrees, saturation: 0.96, 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 #6466FC is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB100102252-
CMYK0.600.6000.01
HSL239.21º96.2%69.02%-
HSV(B)239.21º60.32%98.82%-
XYZ27.5819.2494.36-
YUV118.5203.34114.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.03%
GREEN value IS 102 (40.23% from 255) = 22.47%
BLUE value IS 252 (98.83% from 255) = 55.51%
R=22.03%
G=22.47%
B=55.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1001022520.600.6000.01239.2196.269.02
Hex6466FC3C3C01ef6045
Octal144146374747401357140105
Binary1100100110011011111100111100111100011110111111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6466FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6466FC;
 }
 .AnyTagClassName
 {
   color: #6466FC;
 }
</style>
background-color css

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

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

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

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

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

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