#6B78EB

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

Shades of Medium Slate Blue #6B78EB

Tints of Medium Slate Blue #6B78EB

Color information

#6B78EB (or 0x6B78EB) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 78 and EB. RGB value is (107,120,235). Sum of RGB (Red+Green+Blue) = 107+120+235=462 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.16% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #6B78EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B78EB is #948714. Grayscale: #808080. Windows color (decimal): -9733909 or 15431787. OLE color: 15431787.

HSL color Cylindrical-coordinate representation of color #6B78EB: hue angle of 233.91º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B78EB is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB107120235-
CMYK0.540.4900.08
HSL233.91º76.19%67.06%-
HSV(B)233.91º54.47%92.16%-
XYZ27.7822.5681.49-
YUV129.22187.69112.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.16%
GREEN value IS 120 (47.27% from 255) = 25.97%
BLUE value IS 235 (92.19% from 255) = 50.87%
R=23.16%
G=25.97%
B=50.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1071202350.540.4900.08233.9176.1967.06
Hex6B78EB363108ea4c43
Octal1531703536661010352114103
Binary1101011111100011101011110110110001010001110101010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B78EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B78EB; }

 p { color: rgb(107,120,235); }

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

<style>
 a { background-color: #6B78EB; }

 a { background-color: rgb(107,120,235); }

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

<style>
 span { border-color: #6B78EB; }

 span { border-color: rgb(107,120,235); }

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