#6771EA

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

Shades of Medium Slate Blue #6771EA

Tints of Medium Slate Blue #6771EA

Color information

#6771EA (or 0x6771EA) is unknown color: approx Medium Slate Blue. HEX triplet: 67, 71 and EA. RGB value is (103,113,234). Sum of RGB (Red+Green+Blue) = 103+113+234=450 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.89% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #6771EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6771EA is #988E15. Grayscale: #7B7B7B. Windows color (decimal): -9997846 or 15364455. OLE color: 15364455.

HSL color Cylindrical-coordinate representation of color #6771EA: hue angle of 235.42º 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 #6771EA is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB103113234-
CMYK0.560.5200.08
HSL235.42º75.72%66.08%-
HSV(B)235.42º55.98%91.76%-
XYZ26.3520.6380.44-
YUV123.8190.19113.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.89%
GREEN value IS 113 (44.53% from 255) = 25.11%
BLUE value IS 234 (91.80% from 255) = 52%
R=22.89%
G=25.11%
B=52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1031132340.560.5200.08235.4275.7266.08
Hex6771EA383408eb4c42
Octal1471613527064010353114102
Binary1100111111000111101010111000110100010001110101110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6771EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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