#6B79DB

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

Shades of Medium Slate Blue #6B79DB

Tints of Medium Slate Blue #6B79DB

Color information

#6B79DB (or 0x6B79DB) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 79 and DB. RGB value is (107,121,219). Sum of RGB (Red+Green+Blue) = 107+121+219=447 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.94% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B79DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B79DB is #948624. Grayscale: #7F7F7F. Windows color (decimal): -9733669 or 14383467. OLE color: 14383467.

HSL color Cylindrical-coordinate representation of color #6B79DB: hue angle of 232.5º 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 #6B79DB is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB107121219-
CMYK0.510.4500.14
HSL232.5º60.87%63.92%-
HSV(B)232.5º51.14%85.88%-
XYZ25.6921.9269.89-
YUV127.99179.36113.03-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.94%
GREEN value IS 121 (47.66% from 255) = 27.07%
BLUE value IS 219 (85.94% from 255) = 48.99%
R=23.94%
G=27.07%
B=48.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1071212190.510.4500.14232.560.8763.92
Hex6B79DB332D0Ee83d40
Octal153171333635501635075100
Binary110101111110011101101111001110110101110111010001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B79DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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