#6764F6

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

Shades of Medium Slate Blue #6764F6

Tints of Medium Slate Blue #6764F6

Color information

#6764F6 (or 0x6764F6) is unknown color: approx Medium Slate Blue. HEX triplet: 67, 64 and F6. RGB value is (103,100,246). Sum of RGB (Red+Green+Blue) = 103+100+246=449 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.94% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 246 (96.48% from 255 or 54.79% from 449); Max value from RGB is 246 - color contains mainly: blue. Hex color #6764F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6764F6 is #989B09. Grayscale: #747474. Windows color (decimal): -10001162 or 16147559. OLE color: 16147559.

HSL color Cylindrical-coordinate representation of color #6764F6: hue angle of 241.23º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6764F6 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB103100246-
CMYK0.580.5900.04
HSL241.23º89.02%67.84%-
HSV(B)241.23º59.35%96.47%-
XYZ26.7918.6589.38-
YUV117.54200.49117.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.94%
GREEN value IS 100 (39.45% from 255) = 22.27%
BLUE value IS 246 (96.48% from 255) = 54.79%
R=22.94%
G=22.27%
B=54.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1031002460.580.5900.04241.2389.0267.84
Hex6764F63A3B04f15944
Octal147144366727304361131104
Binary110011111001001111011011101011101101001111000110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6764F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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