#6B77DB

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

Shades of Medium Slate Blue #6B77DB

Tints of Medium Slate Blue #6B77DB

Color information

#6B77DB (or 0x6B77DB) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 77 and DB. RGB value is (107,119,219). Sum of RGB (Red+Green+Blue) = 107+119+219=445 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.04% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B77DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B77DB is #948824. Grayscale: #7E7E7E. Windows color (decimal): -9734181 or 14382955. OLE color: 14382955.

HSL color Cylindrical-coordinate representation of color #6B77DB: hue angle of 233.57º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B77DB is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB107119219-
CMYK0.510.4600.14
HSL233.57º60.87%63.92%-
HSV(B)233.57º51.14%85.88%-
XYZ25.4521.4369.81-
YUV126.81180.02113.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.04%
GREEN value IS 119 (46.88% from 255) = 26.74%
BLUE value IS 219 (85.94% from 255) = 49.21%
R=24.04%
G=26.74%
B=49.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1071192190.510.4600.14233.5760.8763.92
Hex6B77DB332E0Eea3d40
Octal153167333635601635275100
Binary110101111101111101101111001110111001110111010101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B77DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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