#6B77EB

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

Shades of Medium Slate Blue #6B77EB

Tints of Medium Slate Blue #6B77EB

Color information

#6B77EB (or 0x6B77EB) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 77 and EB. RGB value is (107,119,235). Sum of RGB (Red+Green+Blue) = 107+119+235=461 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.21% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #6B77EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B77EB is #948814. Grayscale: #808080. Windows color (decimal): -9734165 or 15431531. OLE color: 15431531.

HSL color Cylindrical-coordinate representation of color #6B77EB: hue angle of 234.38º 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 #6B77EB is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB107119235-
CMYK0.540.4900.08
HSL234.38º76.19%67.06%-
HSV(B)234.38º54.47%92.16%-
XYZ27.6622.3281.45-
YUV128.64188.02112.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.21%
GREEN value IS 119 (46.88% from 255) = 25.81%
BLUE value IS 235 (92.19% from 255) = 50.98%
R=23.21%
G=25.81%
B=50.98%

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
Decimal1071192350.540.4900.08234.3876.1967.06
Hex6B77EB363108ea4c43
Octal1531673536661010352114103
Binary1101011111011111101011110110110001010001110101010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B77EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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