#6764FC

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

Shades of Medium Slate Blue #6764FC

Tints of Medium Slate Blue #6764FC

Color information

#6764FC (or 0x6764FC) is unknown color: approx Medium Slate Blue. HEX triplet: 67, 64 and FC. RGB value is (103,100,252). Sum of RGB (Red+Green+Blue) = 103+100+252=455 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.64% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #6764FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6764FC is #989B03. Grayscale: #757575. Windows color (decimal): -10001156 or 16540775. OLE color: 16540775.

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

Color convert

RGB103100252-
CMYK0.590.6000.01
HSL241.18º96.2%69.02%-
HSV(B)241.18º60.32%98.82%-
XYZ27.7219.0394.31-
YUV118.22203.49117.14-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.64%
GREEN value IS 100 (39.45% from 255) = 21.98%
BLUE value IS 252 (98.83% from 255) = 55.38%
R=22.64%
G=21.98%
B=55.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1031002520.590.6000.01241.1896.269.02
Hex6764FC3B3C01f16045
Octal147144374737401361140105
Binary1100111110010011111100111011111100011111000111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6764FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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