#6764EA

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

Shades of Medium Slate Blue #6764EA

Tints of Medium Slate Blue #6764EA

Color information

#6764EA (or 0x6764EA) is unknown color: approx Medium Slate Blue. HEX triplet: 67, 64 and EA. RGB value is (103,100,234). Sum of RGB (Red+Green+Blue) = 103+100+234=437 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.57% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #6764EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6764EA is #989B15. Grayscale: #737373. Windows color (decimal): -10001174 or 15361127. OLE color: 15361127.

HSL color Cylindrical-coordinate representation of color #6764EA: hue angle of 241.34º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6764EA is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB103100234-
CMYK0.560.5700.08
HSL241.34º76.14%65.49%-
HSV(B)241.34º57.26%91.76%-
XYZ2517.9479.99-
YUV116.17194.49118.6-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.57%
GREEN value IS 100 (39.45% from 255) = 22.88%
BLUE value IS 234 (91.80% from 255) = 53.55%
R=23.57%
G=22.88%
B=53.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1031002340.560.5700.08241.3476.1465.49
Hex6764EA383908f14c41
Octal1471443527071010361114101
Binary1100111110010011101010111000111001010001111000110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6764EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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