#6772EA

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

Shades of Medium Slate Blue #6772EA

Tints of Medium Slate Blue #6772EA

Color information

#6772EA (or 0x6772EA) is unknown color: approx Medium Slate Blue. HEX triplet: 67, 72 and EA. RGB value is (103,114,234). Sum of RGB (Red+Green+Blue) = 103+114+234=451 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.84% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #6772EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6772EA is #988D15. Grayscale: #7B7B7B. Windows color (decimal): -9997590 or 15364711. OLE color: 15364711.

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

Color convert

RGB103114234-
CMYK0.560.5100.08
HSL234.96º75.72%66.08%-
HSV(B)234.96º55.98%91.76%-
XYZ26.4620.8680.47-
YUV124.39189.86112.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.84%
GREEN value IS 114 (44.92% from 255) = 25.28%
BLUE value IS 234 (91.80% from 255) = 51.88%
R=22.84%
G=25.28%
B=51.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1031142340.560.5100.08234.9675.7266.08
Hex6772EA383308eb4c42
Octal1471623527063010353114102
Binary1100111111001011101010111000110011010001110101110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6772EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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