#6770EA

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

Shades of Medium Slate Blue #6770EA

Tints of Medium Slate Blue #6770EA

Color information

#6770EA (or 0x6770EA) is unknown color: approx Medium Slate Blue. HEX triplet: 67, 70 and EA. RGB value is (103,112,234). Sum of RGB (Red+Green+Blue) = 103+112+234=449 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.94% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #6770EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6770EA is #988F15. Grayscale: #7A7A7A. Windows color (decimal): -9998102 or 15364199. OLE color: 15364199.

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

Color convert

RGB103112234-
CMYK0.560.5200.08
HSL235.88º75.72%66.08%-
HSV(B)235.88º55.98%91.76%-
XYZ26.2420.4180.4-
YUV123.22190.52113.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.94%
GREEN value IS 112 (44.14% from 255) = 24.94%
BLUE value IS 234 (91.80% from 255) = 52.12%
R=22.94%
G=24.94%
B=52.12%

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
Decimal1031122340.560.5200.08235.8875.7266.08
Hex6770EA383408ec4c42
Octal1471603527064010354114102
Binary1100111111000011101010111000110100010001110110010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6770EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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